Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 988 Bytes

File metadata and controls

18 lines (13 loc) · 988 Bytes

Collection

Properties

Name Type Description Notes
id str A unique identifier for an object. [readonly]
parent_id str, none_type The collections's parent ID [optional]
type str, none_type The collections's type [optional]
name str, none_type Name of the collection [optional]
description str, none_type Description of the collection [optional]
custom_mappings CustomMappings [optional]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]