class edgeimpulse_api.models.update_theme_logos_request.UpdateThemeLogosRequest(
**data: Any
)
Config
The type of the None singleton.
device_logo: pydantic.types.StrictStr | None
The type of the None singleton.
login: pydantic.types.StrictStr | None
The type of the None singleton.
login_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_white: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.update_theme_logos_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.update_theme_logos_request.UpdateThemeLogosRequest
edgeimpulse_api.models.update_theme_logos_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.update_theme_logos_request.UpdateThemeLogosRequest
edgeimpulse_api.models.update_theme_logos_request.to_dict(
self
)
edgeimpulse_api.models.update_theme_logos_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.update_theme_logos_request.to_str(
self
) ‑> str