update_organization_request module#

class edgeimpulse_api.models.update_organization_request.UpdateOrganizationRequest(
*,
logo: StrictStr | None = None,
headerImg: StrictStr | None = None,
name: StrictStr | None = None,
experiments: List[StrictStr] | None = None,
readme: StrictStr | None = None,
jobLimitM: StrictInt | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
experiments: List[StrictStr] | None#
classmethod from_dict(
obj: dict,
) UpdateOrganizationRequest[source]#

Create an instance of UpdateOrganizationRequest from a dict

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

Create an instance of UpdateOrganizationRequest from a JSON string

header_img: StrictStr | None#
job_limit_m: StrictInt | 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