Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.1 KB

Collection.md

File metadata and controls

18 lines (13 loc) · 1.1 KB

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 {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type When custom mappings are configured on the resource, the result is included here. [optional] [readonly]
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]