admin_update_organization_request module#

class edgeimpulse_api.models.admin_update_organization_request.AdminUpdateOrganizationRequest(
*,
logo: StrictStr | None = None,
headerImg: StrictStr | None = None,
name: StrictStr | None = None,
experiments: List[StrictStr] | None = None,
readme: StrictStr | None = None,
billable: StrictBool | None = None,
entitlementLimits: EntitlementLimits | None = None,
contractStartDate: datetime | None = None,
domain: StrictStr | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
billable: StrictBool | None#
contract_start_date: datetime | None#
domain: StrictStr | None#
entitlement_limits: EntitlementLimits | None#
experiments: List[StrictStr] | None#
classmethod from_dict(
obj: dict,
) AdminUpdateOrganizationRequest[source]#

Create an instance of AdminUpdateOrganizationRequest from a dict

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

Create an instance of AdminUpdateOrganizationRequest from a JSON string

header_img: StrictStr | None#
name: StrictStr | None#
readme: 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