edgegap 0.1.0

Auto-generated client library for the Edgegap API, used by the arbctl tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Pagination

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**number** | Option<**i32**> | Current page number | [optional]
**next_page_number** | Option<**i32**> | Next page number | [optional]
**previous_page_number** | Option<**i32**> | Previous page number | [optional]
**paginator** | Option<[**models::Paginator**]Paginator.md> |  | [optional]
**has_next** | Option<**bool**> | If there is a next page | [optional]
**has_previous** | Option<**bool**> | If there is a previous page | [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)