get_user_response_all_of

edgeimpulse_api v1.0.0

edgeimpulse_api.models.get_user_response_all_of module

class edgeimpulse_api.models.get_user_response_all_of.GetUserResponseAllOf(*, 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 )

email(: StrictSt )

evaluation(: Optional[StrictBool )

experiments(: List[UserExperiment )

classmethod from_dict(obj: dict)

Create an instance of GetUserResponseAllOf from a dict

classmethod from_json(json_str: str)

Create an instance of GetUserResponseAllOf from a JSON string

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

whitelabels(: Optional[List[GetUserResponseAllOfWhitelabels] )

Last updated

Was this helpful?