# 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)