# Narwhalyeti.TaskAddProjectRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**project** | **String** | The project to add the task to. | 
**insert_after** | **String** | A task in the project to insert the task after, or &#x60;null&#x60; to insert at the beginning of the list. | [optional] 
**insert_before** | **String** | A task in the project to insert the task before, or &#x60;null&#x60; to insert at the end of the list. | [optional] 
**section** | **String** | A section in the project to insert the task into. The task will be inserted at the bottom of the section. | [optional] 
