| Name | Type | Description | Notes |
|---|---|---|---|
| total | Integer | [optional] | |
| limit | Integer | [optional] | |
| skip | Integer | [optional] | |
| pages | Integer | [optional] | |
| has_more | Boolean | [optional] |
require 'zernio-sdk'
instance = Zernio::ListLogs200ResponsePagination.new(
total: null,
limit: null,
skip: null,
pages: null,
has_more: null
)