outscale_api 1.14.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# ReadLocationsRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dry_run** | Option<**bool**> | If true, checks whether you have the required permissions to perform the action. | [optional]
**next_page_token** | Option<**String**> | The token to request the next page of results. Each token refers to a specific page. | [optional]
**results_per_page** | Option<**i32**> | The maximum number of logs returned in a single response (between `1` and `1000`, both included). By default, `100`. | [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)