# TaskAddProjectRequest
## Properties
**project** | **String** | The project to add the task to. |
**insert_after** | Option<**String**> | A task in the project to insert the task after, or `null` to insert at the beginning of the list. | [optional]
**insert_before** | Option<**String**> | A task in the project to insert the task before, or `null` to insert at the end of the list. | [optional]
**section** | Option<**String**> | A section in the project to insert the task into. The task will be inserted at the bottom of the section. | [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)