# Narwhalyeti.TaskDuplicateRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the new task. | [optional] 
**include** | **String** | The fields that will be duplicated to the new task. | [optional] 

<a name="IncludeEnum"></a>
## Enum: IncludeEnum

* `notes` (value: `"notes"`)
* `assignee` (value: `"assignee"`)
* `subtasks` (value: `"subtasks"`)
* `attachments` (value: `"attachments"`)
* `tags` (value: `"tags"`)
* `followers` (value: `"followers"`)
* `projects` (value: `"projects"`)
* `dates` (value: `"dates"`)
* `dependencies` (value: `"dependencies"`)
* `parent` (value: `"parent"`)

