Common properties included in all resource models.
Name | Type | Description | Notes |
---|---|---|---|
customer_id | str | The customer application identifier | [optional] [readonly] |
generation | int | A monotonically increasing value. This value updates when the resource is updated and can be used as a short way to determine if a resource has changed or which of two different copies of a resource is more up to date. | [optional] [readonly] |
id | str | An identifier for the resource, usually a UUID. | [optional] [readonly] |
name | str | A system specified name for the resource. | [optional] |
resource_uri | str | The 'self' reference for this resource. | [optional] [readonly] |
type | str | The type of resource. | [optional] [readonly] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |