| Name | Type | Description | Notes |
|---|---|---|---|
| type | AttributeType | The type of the attribute, we currently support: `bool`, `number` (ints, floats), `time` (a timestamp), `string`, and `json`. | |
| description | string | An optional longer description of what this attribute respresents in your system | [optional] |
| key | string | A URL-friendly name of the attribute (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the attribute. | |
| id | string | Unique id of the attribute | |
| resource_id | string | Unique id of the resource that the attribute belongs to. | |
| resource_key | string | A URL-friendly name of the resource (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the resource. | |
| organization_id | string | Unique id of the organization that the attribute belongs to. | |
| project_id | string | Unique id of the project that the attribute belongs to. | |
| environment_id | string | Unique id of the environment that the attribute belongs to. | |
| created_at | \DateTime | Date and time when the attribute was created (ISO_8601 format). | |
| updated_at | \DateTime | Date and time when the attribute was last updated/modified (ISO_8601 format). |