asana 0.1.1

asana bindings for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ProjectDuplicateRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the new project. | 
**team** | Option<**String**> | Sets the team of the new project. If team is not defined, the new project will be in the same team as the the original project. | [optional]
**include** | Option<**String**> | The elements that will be duplicated to the new project. Tasks are always included. | [optional]
**schedule_dates** | Option<[**crate::models::ProjectDuplicateRequestScheduleDates**]ProjectDuplicateRequest_schedule_dates.md> |  | [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)