# Narwhalyeti.SectionRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The text to be displayed as the section name. This cannot be an empty string. | 
**insert_before** | **String** | An existing section within this project before which the added section should be inserted. Cannot be provided together with insert_after. | [optional] 
**insert_after** | **String** | An existing section within this project after which the added section should be inserted. Cannot be provided together with insert_before. | [optional] 
