asana 0.1.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**item** | **String** | The item to add to the portfolio. | 
**insert_before** | Option<**String**> | An id of an item in this portfolio. The new item will be added before the one specified here. `insert_before` and `insert_after` parameters cannot both be specified. | [optional]
**insert_after** | Option<**String**> | An id of an item in this portfolio. The new item will be added after the one specified here. `insert_before` and `insert_after` parameters cannot both be specified. | [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)