admin_api_user
edgeimpulse_api v1.0.0
edgeimpulse_api.models.admin_api_user module
class edgeimpulse_api.models.admin_api_user.AdminApiUser(*, id: StrictInt, username: StrictStr, name: StrictStr, photo: Optional[StrictStr] = None, created: datetime, lastSeen: Optional[datetime] = None, staffInfo: StaffInfo, pending: StrictBool, lastTosAcceptanceDate: Optional[datetime] = None, jobTitle: Optional[StrictStr] = None, 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)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
activated(: StrictBoo )
ambassador(: Optional[StrictBool )
created(: datetim )
email(: StrictSt )
evaluation(: Optional[StrictBool )
experiments(: List[UserExperiment )
classmethod from_dict(obj: dict)Create an instance of AdminApiUser from a dict
classmethod from_json(json_str: str)Create an instance of AdminApiUser from a JSON string
id(: StrictIn )
job_title(: Optional[StrictStr )
last_seen(: Optional[datetime )
last_tos_acceptance_date(: Optional[datetime )
name(: StrictSt )
organizations(: List[UserOrganization )
pending(: StrictBoo )
photo(: Optional[StrictStr )
projects(: List[Project )
show_imagine2022(: StrictBoo )
staff_info(_: StaffInfo
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
username(: StrictSt )
Last updated
Was this helpful?