get_user_response_all_of module

GetUserResponseAllOf

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

  • email: pydantic.types.StrictStr 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.

Static methods

from_dict

edgeimpulse_api.models.get_user_response_all_of.from_dict(
		obj: dict
) ‑> edgeimpulse_api.models.get_user_response_all_of.GetUserResponseAllOf

Create an instance of GetUserResponseAllOf from a dict

Parameters

  • obj: dict

Return

edgeimpulse_api.models.get_user_response_all_of.GetUserResponseAllOf

from_json

edgeimpulse_api.models.get_user_response_all_of.from_json(
		json_str: str
) ‑> edgeimpulse_api.models.get_user_response_all_of.GetUserResponseAllOf

Create an instance of GetUserResponseAllOf from a JSON string

Parameters

  • json_str: str

Return

edgeimpulse_api.models.get_user_response_all_of.GetUserResponseAllOf

Methods

to_dict

edgeimpulse_api.models.get_user_response_all_of.to_dict(
		self
)

Returns the dictionary representation of the model using alias

Parameters

  • self

to_json

edgeimpulse_api.models.get_user_response_all_of.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_all_of.to_str(
		self
) ‑> str

Returns the string representation of the model using alias

Parameters

  • self

Return

str

Last updated

Was this helpful?