list_organization_portals_response_all_of_portals module#

class edgeimpulse_api.models.list_organization_portals_response_all_of_portals.ListOrganizationPortalsResponseAllOfPortals(
*,
id: StrictInt,
name: StrictStr,
description: StrictStr | None = None,
url: StrictStr,
bucketId: StrictInt,
bucketName: StrictStr,
bucketPath: StrictStr,
bucketUrl: StrictStr,
created: datetime,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
bucket_id: StrictInt#
bucket_name: StrictStr#
bucket_path: StrictStr#
bucket_url: StrictStr#
created: datetime#
description: StrictStr | None#
classmethod from_dict(
obj: dict,
) ListOrganizationPortalsResponseAllOfPortals[source]#

Create an instance of ListOrganizationPortalsResponseAllOfPortals from a dict

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

Create an instance of ListOrganizationPortalsResponseAllOfPortals from a JSON string

id: StrictInt#
name: StrictStr#
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

url: StrictStr#