admin_api_user_all_of
edgeimpulse_api v1.0.0
edgeimpulse_api.models.admin_api_user_all_of module
class edgeimpulse_api.models.admin_api_user_all_of.AdminApiUserAllOf(*, email: StrictStr, activated: StrictBool, organizations: List[UserOrganization], projects: List[Project], experiments: List[UserExperiment], evaluation: Optional[StrictBool] = None, ambassador: Optional[StrictBool] = None, showImagine2022: StrictBool, tier: StrictStr, lastSeen: Optional[datetime] = None)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
activated(: StrictBoo )
ambassador(: Optional[StrictBool )
email(: StrictSt )
evaluation(: Optional[StrictBool )
experiments(: List[UserExperiment )
classmethod from_dict(obj: dict)Create an instance of AdminApiUserAllOf from a dict
classmethod from_json(json_str: str)Create an instance of AdminApiUserAllOf from a JSON string
last_seen(: Optional[datetime )
organizations(: List[UserOrganization )
projects(: List[Project )
show_imagine2022(: StrictBoo )
tier(: StrictSt )
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
Last updated
Was this helpful?