start_enterprise_trial_request module#

class edgeimpulse_api.models.start_enterprise_trial_request.StartEnterpriseTrialRequest(
*,
email: StrictStr | None = None,
organizationName: StrictStr | None = None,
expirationDate: datetime | None = None,
notes: StrictStr | None = None,
useCase: StrictStr | None = None,
userHasMLModelsInProduction: StrictStr | None = None,
companyName: StrictStr | None = None,
companySize: StrictStr | None = None,
country: StrictStr | None = None,
stateOrProvince: StrictStr | None = None,
redirectUrlOrigin: StrictStr | None = None,
redirectUrlQueryParams: StrictStr | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
company_name: StrictStr | None#
company_size: StrictStr | None#
country: StrictStr | None#
email: StrictStr | None#
expiration_date: datetime | None#
classmethod from_dict(
obj: dict,
) StartEnterpriseTrialRequest[source]#

Create an instance of StartEnterpriseTrialRequest from a dict

classmethod from_json(
json_str: str,
) StartEnterpriseTrialRequest[source]#

Create an instance of StartEnterpriseTrialRequest from a JSON string

notes: StrictStr | None#
organization_name: StrictStr | None#
redirect_url_origin: StrictStr | None#
redirect_url_query_params: StrictStr | None#
state_or_province: StrictStr | None#
to_dict()[source]#

Returns the dictionary representation of the model using alias

to_json() str[source]#

Returns the JSON representation of the model using alias

to_str() str[source]#

Returns the string representation of the model using alias

use_case: StrictStr | None#
user_has_ml_models_in_production: StrictStr | None#
classmethod user_has_ml_models_in_production_validate_enum(v)[source]#