class edgeimpulse_api.models.update_user_request.UpdateUserRequest(
**data: Any
)
Config
The type of the None singleton.
company_name: pydantic.types.StrictStr | None
The type of the None singleton.
experiments: List[pydantic.types.StrictStr] | None
The type of the None singleton.
job_title: pydantic.types.StrictStr | None
The type of the None singleton.
name: pydantic.types.StrictStr | None
The type of the None singleton.
projects_sort_order: edgeimpulse_api.models.user_projects_sort_order.UserProjectsSortOrder | None
The type of the None singleton.
timezone: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.update_user_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.update_user_request.UpdateUserRequest
edgeimpulse_api.models.update_user_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.update_user_request.UpdateUserRequest
edgeimpulse_api.models.update_user_request.to_dict(
self
)
edgeimpulse_api.models.update_user_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.update_user_request.to_str(
self
) ‑> str