organization_user

edgeimpulse_api v1.0.0

edgeimpulse_api.models.organization_user module

class edgeimpulse_api.models.organization_user.OrganizationUser(*, id: StrictInt, username: StrictStr, name: StrictStr, photo: Optional[StrictStr] = None, created: datetime, added: datetime, email: StrictStr, role: StrictStr, staffInfo: StaffInfo, projectCount: StrictInt, datasets: List[StrictStr], pending: StrictBool)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

added(: datetim )

created(: datetim )

datasets(: List[StrictStr )

email(: StrictSt )

classmethod from_dict(obj: dict)

Create an instance of OrganizationUser from a dict

classmethod from_json(json_str: str)

Create an instance of OrganizationUser from a JSON string

id(: StrictIn )

name(: StrictSt )

pending(: StrictBoo )

photo(: Optional[StrictStr )

project_count(: StrictIn )

role(: StrictSt )

classmethod role_validate_enum(v)

staff_info(_: StaffInfo

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?