The type of the ticket
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
T.nilable(::String) | ➖ | The id of the ticket type. | 001 |
name |
T.nilable(::String) | ➖ | The name of the ticket type. | Task |
project_id |
T.nilable(::String) | ➖ | The project the ticket type belongs to. | project-001 |