asana 0.1.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**project** | **String** | The project in which to reorder the given section. | 
**section** | **String** | The section to reorder. | 
**before_section** | Option<**String**> | Insert the given section immediately before the section specified by this parameter. | [optional]
**after_section** | Option<**String**> | Insert the given section immediately after the section specified by this parameter. | [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)