| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Unique ID of the attribute | |
| type | CustomAttributeTypesEnum | ||
| is_deleted | bool | Indicates if the entity is deleted | |
| name | str | Name of the attribute | |
| is_enabled | bool | Indicates if the attribute is enabled | |
| is_required | bool | Indicates if the attribute value is mandatory to specify | |
| is_global | bool | Indicates if the attribute is available across all projects | |
| options | [CustomAttributeOptionModel], none_type | Collection of the attribute options Available for attributes of type `options` and `multiple options` only | [optional] |
| 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] |