class edgeimpulse_api.models.theme_logos.ThemeLogos(
**data: Any
)
Config
The type of the None singleton.
device_logo: pydantic.types.StrictStr | None
The type of the None singleton.
login_logo: pydantic.types.StrictStr | None
The type of the None singleton.
login_logo_white: pydantic.types.StrictStr | None
The type of the None singleton.
mark: pydantic.types.StrictStr | None
The type of the None singleton.
mark_white: pydantic.types.StrictStr | None
The type of the None singleton.
primary: pydantic.types.StrictStr | None
The type of the None singleton.
primary_png: pydantic.types.StrictStr | None
The type of the None singleton.
primary_white: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.theme_logos.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.theme_logos.ThemeLogos
edgeimpulse_api.models.theme_logos.from_json(
json_str: str
) ‑> edgeimpulse_api.models.theme_logos.ThemeLogos
edgeimpulse_api.models.theme_logos.to_dict(
self
)
edgeimpulse_api.models.theme_logos.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.theme_logos.to_str(
self
) ‑> str