class edgeimpulse_api.models.get_user_need_to_set_password_response.GetUserNeedToSetPasswordResponse(
**data: Any
)
Config
The type of the None singleton.
email: pydantic.types.StrictStr | None
The type of the None singleton.
email_verified: pydantic.types.StrictBool | None
The type of the None singleton.
error: pydantic.types.StrictStr | None
The type of the None singleton.
idps: List[pydantic.types.StrictStr] | None
The type of the None singleton.
need_password: pydantic.types.StrictBool | None
The type of the None singleton.
success: pydantic.types.StrictBool
The type of the None singleton.
trials: List[edgeimpulse_api.models.enterprise_trial.EnterpriseTrial] | None
The type of the None singleton.
whitelabels: List[pydantic.types.StrictStr] | None
The type of the None singleton.
edgeimpulse_api.models.get_user_need_to_set_password_response.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.get_user_need_to_set_password_response.GetUserNeedToSetPasswordResponse
edgeimpulse_api.models.get_user_need_to_set_password_response.from_json(
json_str: str
) ‑> edgeimpulse_api.models.get_user_need_to_set_password_response.GetUserNeedToSetPasswordResponse
edgeimpulse_api.models.get_user_need_to_set_password_response.to_dict(
self
)
edgeimpulse_api.models.get_user_need_to_set_password_response.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.get_user_need_to_set_password_response.to_str(
self
) ‑> str