Sha256: 30d214b64a44644fc542a4200dc6e3b45589eb5a34b43e4480a20dc6b4a5a10a
Contents?: true
Size: 748 Bytes
Versions: 59
Compression:
Stored size: 748 Bytes
Contents
# OryClient::Pagination ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **page_size** | **Integer** | Items per page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to 250] | | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to '1'] | ## Example ```ruby require 'ory-client' instance = OryClient::Pagination.new( page_size: null, page_token: null ) ```
Version data entries
59 entries across 59 versions & 1 rubygems