get_user_response

edgeimpulse_api v1.0.0

edgeimpulse_api.models.get_user_response module

class edgeimpulse_api.models.get_user_response.GetUserResponse(*, success: StrictBool, error: Optional[StrictStr] = None, 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, whitelabels: Optional[List[GetUserResponseAllOfWhitelabels]] = None)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

activated(: StrictBoo )

ambassador(: Optional[StrictBool )

created(: datetim )

email(: StrictSt )

error(: Optional[StrictStr )

evaluation(: Optional[StrictBool )

experiments(: List[UserExperiment )

classmethod from_dict(obj: dict)

Create an instance of GetUserResponse from a dict

classmethod from_json(json_str: str)

Create an instance of GetUserResponse 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

success(: 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

username(: StrictSt )

whitelabels(: Optional[List[GetUserResponseAllOfWhitelabels] )

Last updated

Was this helpful?