asana 0.1.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**limit** | Option<**i32**> | Pagination limit for the request. | [optional]
**offset** | Option<**i32**> | Pagination offset for the request. | [optional]
**fields** | Option<**Vec<String>**> | The fields to retrieve in the request. | [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)