asana 0.1.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**task** | **String** | The task to add to this section. | 
**insert_before** | Option<**String**> | An existing task within this section before which the added task should be inserted. Cannot be provided together with insert_after. | [optional]
**insert_after** | Option<**String**> | An existing task within this section after which the added task should be inserted. Cannot be provided together with insert_before. | [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)