admin_api_project
edgeimpulse_api v1.0.0
edgeimpulse_api.models.admin_api_project module
class edgeimpulse_api.models.admin_api_project.AdminApiProject(*, id: StrictInt, name: StrictStr, description: Optional[StrictStr] = None, created: Optional[datetime] = None, owner: StrictStr, ownerUserId: Optional[StrictInt] = None, ownerOrganizationId: Optional[StrictInt] = None, lastAccessed: Optional[datetime] = None, whitelabelId: Optional[StrictInt] = None, tier: Optional[StrictStr] = None)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
created(: Optional[datetime )
description(: Optional[StrictStr )
classmethod from_dict(obj: dict)Create an instance of AdminApiProject from a dict
classmethod from_json(json_str: str)Create an instance of AdminApiProject from a JSON string
id(: StrictIn )
last_accessed(: Optional[datetime )
name(: StrictSt )
owner(: StrictSt )
owner_organization_id(: Optional[StrictInt )
owner_user_id(: Optional[StrictInt )
tier(: Optional[StrictStr )
classmethod tier_validate_enum(v)
to_dict()Returns the dictionary representation of the model using alias
to_json()Returns the JSON representation of the model using alias
to_str()Returns the string representation of the model using alias
whitelabel_id(: Optional[StrictInt )
Last updated
Was this helpful?