class edgeimpulse_api.models.theme_colors.ThemeColors(
**data: Any
)
Config
The type of the None singleton.
primary_color: pydantic.types.StrictStr | None
The type of the None singleton.
primary_color_gradient_end: pydantic.types.StrictStr | None
The type of the None singleton.
primary_color_rgb: List[float] | None
The type of the None singleton.
edgeimpulse_api.models.theme_colors.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.theme_colors.ThemeColors
edgeimpulse_api.models.theme_colors.from_json(
json_str: str
) ‑> edgeimpulse_api.models.theme_colors.ThemeColors
edgeimpulse_api.models.theme_colors.to_dict(
self
)
edgeimpulse_api.models.theme_colors.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.theme_colors.to_str(
self
) ‑> str