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] |