class edgeimpulse_api.models.organization_data_item_files_inner.OrganizationDataItemFilesInner(
**data: Any
)
Config
The type of the None singleton.
bucket_path: pydantic.types.StrictStr
The type of the None singleton.
last_modified: datetime.datetime | None
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
size: pydantic.types.StrictInt
The type of the None singleton.
edgeimpulse_api.models.organization_data_item_files_inner.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.organization_data_item_files_inner.OrganizationDataItemFilesInner
edgeimpulse_api.models.organization_data_item_files_inner.from_json(
json_str: str
) ‑> edgeimpulse_api.models.organization_data_item_files_inner.OrganizationDataItemFilesInner
edgeimpulse_api.models.organization_data_item_files_inner.to_dict(
self
)
edgeimpulse_api.models.organization_data_item_files_inner.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.organization_data_item_files_inner.to_str(
self
) ‑> str