# TaskSetParentRequest
## Properties
**parent** | **String** | The new parent of the task, or `null` for no parent. |
**insert_after** | Option<**String**> | A subtask of the parent to insert the task after, or `null` to insert at the beginning of the list. | [optional]
**insert_before** | Option<**String**> | A subtask of the parent to insert the task before, or `null` to insert at the end of the list. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)