| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | The Task's description. | [optional] [default to nothing] |
| owner_ids | Vector{String} | An array of UUIDs of the owners of this story. | [optional] [default to nothing] |
| complete | Bool | A true/false boolean indicating whether the task is complete. | [optional] [default to nothing] |
| before_id | Int64 | Move task before this task ID. | [optional] [default to nothing] |
| after_id | Int64 | Move task after this task ID. | [optional] [default to nothing] |