# Narwhalyeti.SectionTaskInsertRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**task** | **String** | The task to add to this section. | 
**insert_before** | **String** | An existing task within this section before which the added task should be inserted. Cannot be provided together with insert_after. | [optional] 
**insert_after** | **String** | An existing task within this section after which the added task should be inserted. Cannot be provided together with insert_before. | [optional] 
