| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The unique identifier of the tag | [default to undefined] |
| label | string | The tag label | [default to undefined] |
| isProtected | boolean | Indication if the tag is a protected tag | [default to false] |
| updatedAt | number | The date and time the tag was last updated | [default to undefined] |
| description | string | Description for the tag | [optional] [default to undefined] |
| color | string | The tag color in hex format | [optional] [default to undefined] |
| pendingApprovalRequest | ApprovalRequest | [optional] [default to undefined] |
[Back to top] [Back to API list] [Back to Model list] [Back to README]