asana 0.1.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**project** | **String** | The project to add the task to. | 
**insert_after** | Option<**String**> | A task in the project to insert the task after, or `null` to insert at the beginning of the list. | [optional]
**insert_before** | Option<**String**> | A task in the project to insert the task before, or `null` to insert at the end of the list. | [optional]
**section** | Option<**String**> | A section in the project to insert the task into. The task will be inserted at the bottom of the section. | [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)