Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
edgeimpulse_api.models.theme.Theme( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
colors
edgeimpulse_api.models.theme_colors.ThemeColors
favicon
edgeimpulse_api.models.theme_favicon.ThemeFavicon
id
pydantic.v1.types.StrictInt
logos
edgeimpulse_api.models.theme_logos.ThemeLogos
name
pydantic.v1.types.StrictStr
owner_organization_id
pydantic.v1.types.StrictInt | None
owner_user_id
edgeimpulse_api.models.theme.Theme.from_dict( obj: dict ) ‑> edgeimpulse_api.models.theme.Theme
obj
dict
edgeimpulse_api.models.theme.Theme
edgeimpulse_api.models.theme.Theme.from_json( json_str: str ) ‑> edgeimpulse_api.models.theme.Theme
json_str
str
edgeimpulse_api.models.theme.Theme.to_dict( self )
self
edgeimpulse_api.models.theme.Theme.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.theme.Theme.to_str( self ) ‑> str
Was this page helpful?