GetUserResponse

class edgeimpulse_api.models.get_user_response.GetUserResponse(
		**data: Any
)
Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. Parameters
  • **data: Any
Bases
  • pydantic.main.BaseModel
  • pydantic.utils.Representation
Class variables
  • 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.
  • company_name: pydantic.types.StrictStr | None The type of the None singleton.
  • created: datetime.datetime The type of the None singleton.
  • email: pydantic.types.StrictStr The type of the None singleton.
  • error: pydantic.types.StrictStr | None 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.
  • has_pending_payments: pydantic.types.StrictBool | None The type of the None singleton.
  • id: pydantic.types.StrictInt The type of the None singleton.
  • idps: List[pydantic.types.StrictStr] | None The type of the None singleton.
  • job_title: pydantic.types.StrictStr | None 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.
  • last_seen: datetime.datetime | None The type of the None singleton.
  • mfa_configured: pydantic.types.StrictBool The type of the None singleton.
  • name: pydantic.types.StrictStr 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.
  • pending: pydantic.types.StrictBool The type of the None singleton.
  • permissions: List[edgeimpulse_api.models.permission.Permission] | None The type of the None singleton.
  • photo: pydantic.types.StrictStr | 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.
  • staff_info: edgeimpulse_api.models.staff_info.StaffInfo The type of the None singleton.
  • stripe_customer_id: pydantic.types.StrictStr | None 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.
  • success: pydantic.types.StrictBool 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.
  • tier: edgeimpulse_api.models.user_tier_enum.UserTierEnum The type of the None singleton.
  • timezone: pydantic.types.StrictStr | None The type of the None singleton.
  • username: pydantic.types.StrictStr 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.

Static methods

from_dict

edgeimpulse_api.models.get_user_response.from_dict(
		obj: dict
) ‑> edgeimpulse_api.models.get_user_response.GetUserResponse
Create an instance of GetUserResponse from a dict Parameters
  • obj: dict
Return edgeimpulse_api.models.get_user_response.GetUserResponse

from_json

edgeimpulse_api.models.get_user_response.from_json(
		json_str: str
) ‑> edgeimpulse_api.models.get_user_response.GetUserResponse
Create an instance of GetUserResponse from a JSON string Parameters
  • json_str: str
Return edgeimpulse_api.models.get_user_response.GetUserResponse

Methods

to_dict

edgeimpulse_api.models.get_user_response.to_dict(
		self
)
Returns the dictionary representation of the model using alias Parameters
  • self

to_json

edgeimpulse_api.models.get_user_response.to_json(
		self,
		indent=None
) ‑> str
Returns the JSON representation of the model using alias Parameters
  • self
  • indent=None
Return str

to_str

edgeimpulse_api.models.get_user_response.to_str(
		self
) ‑> str
Returns the string representation of the model using alias Parameters
  • self
Return str