UUID
- The collection UUID.str
- The collection name.Optional[str]
- The collection description, or None if not available.Optional[datetime]
- The timestamp when the collection was created, or None if not available.Optional[datetime]
- The timestamp when the collection was last edited, or None if not available.UUID
- the uuid of the top level folder that the collection is onname
Optional[str] - The new name for the collection.description
Optional[str] - The new description for the collection.page_size
Optional[int] - The number of items to fetch per page.Iterator[StorageItem]
- An iterator containing storage items in the collection.page_size
Optional[int] - The number of items to fetch per page.storage_item_uuids
Sequence[Union[UUID, str]] - The list of storage item UUIDs to be added.
Either UUIDs or string representations of UUIDs are accepted.CollectionBulkItemResponse
- The response after adding items to the collection.storage_item_uuids
Sequence[Union[UUID, str]] - The list of storage item UUIDs to be removed.
Either UUIDs or string representations of UUIDs are accepted.CollectionBulkItemResponse
- The response after removing items from the collection.filter_preset
Union[FilterPreset, UUID, str] - The filter preset or its UUID/ID used to filter items.filter_preset
Union[FilterPreset, UUID, str] - The filter preset or its UUID/ID used to filter items.