class edgeimpulse_api.models.get_user_response_all_of.GetUserResponseAllOf(
**data: Any
)
Config
The type of the None singleton.
activated: pydantic.types.StrictBool
The type of the None singleton.
active_enterprise_trial: edgeimpulse_api.models.enterprise_trial.EnterpriseTrial | None
The type of the None singleton.
ambassador: pydantic.types.StrictBool | None
The type of the None singleton.
email: pydantic.types.StrictStr
The type of the None singleton.
eulas: List[edgeimpulse_api.models.user_eula.UserEula]
The type of the None singleton.
evaluation: pydantic.types.StrictBool | None
The type of the None singleton.
experiments: List[edgeimpulse_api.models.user_experiment.UserExperiment]
The type of the None singleton.
has_enterprise_features_access: pydantic.types.StrictBool
The type of the None singleton.
last_accepted_terms_of_service: edgeimpulse_api.models.get_user_response_all_of_last_accepted_terms_of_service.GetUserResponseAllOfLastAcceptedTermsOfService | None
The type of the None singleton.
last_accessed_projects: edgeimpulse_api.models.get_user_response_all_of_last_accessed_projects.GetUserResponseAllOfLastAccessedProjects
The type of the None singleton.
notifications: List[pydantic.types.StrictStr]
The type of the None singleton.
organizations: List[edgeimpulse_api.models.user_organization.UserOrganization]
The type of the None singleton.
password_configured: pydantic.types.StrictBool
The type of the None singleton.
pay_as_you_go_subscription_period_end_date: datetime.datetime | None
The type of the None singleton.
pay_as_you_go_subscription_period_start_date: datetime.datetime | None
The type of the None singleton.
private_personal_projects_used: pydantic.types.StrictInt
The type of the None singleton.
projects: List[edgeimpulse_api.models.project.Project]
The type of the None singleton.
projects_sort_order: edgeimpulse_api.models.user_projects_sort_order.UserProjectsSortOrder
The type of the None singleton.
subscription_cancellation_request_date: datetime.datetime | None
The type of the None singleton.
subscription_downgrade_date: datetime.datetime | None
The type of the None singleton.
subscription_termination_date: datetime.datetime | None
The type of the None singleton.
suspended: pydantic.types.StrictBool
The type of the None singleton.
suspension_reason: pydantic.types.StrictStr | None
The type of the None singleton.
timezone: pydantic.types.StrictStr | None
The type of the None singleton.
whitelabels: List[edgeimpulse_api.models.get_user_response_all_of_whitelabels.GetUserResponseAllOfWhitelabels] | None
The type of the None singleton.
edgeimpulse_api.models.get_user_response_all_of.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.get_user_response_all_of.GetUserResponseAllOf
edgeimpulse_api.models.get_user_response_all_of.from_json(
json_str: str
) ‑> edgeimpulse_api.models.get_user_response_all_of.GetUserResponseAllOf
edgeimpulse_api.models.get_user_response_all_of.to_dict(
self
)
edgeimpulse_api.models.get_user_response_all_of.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.get_user_response_all_of.to_str(
self
) ‑> str