asana 0.1.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**should_skip_weekends** | **bool** | Determines if the auto-shifted dates should skip weekends. | 
**due_on** | Option<**String**> | Sets the last due date in the duplicated project to the given date. The rest of the due dates will be offset by the same amount as the due dates in the original project. | [optional]
**start_on** | Option<**String**> | Sets the first start date in the duplicated project to the given date. The rest of the start dates will be offset by the same amount as the start dates in the original project. | [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)