| Name | Type | Description | Notes |
|---|---|---|---|
| description | string | The description of the task | [optional] |
| parent_task_id | float | The ID of a parent task. Can not be ID of a task which is already a subtask. | [optional] |
| assignee_id | float | The ID of the user assigned to the task. When the `assignee_id` field is updated, the `assignee_ids` field value will be overwritten by the `assignee_id` field value. | [optional] |
| assignee_ids | float[] | The IDs of users assigned to the task. When the `assignee_ids` field is updated, the `assignee_id` field value will be set to the first value of the `assignee_ids` field, or `null` if the list is empty. | [optional] |
| done | NumberBoolean | Whether the task is done or not. 0 = Not done, 1 = Done. | [optional] |
| due_date | \DateTime | The due date of the task. Format: YYYY-MM-DD. | [optional] |