Sha256: 2ab93531270168198aee1c046d8248a587372103f26d97859fa4d87e65cf444f
Contents?: true
Size: 764 Bytes
Versions: 7
Compression:
Stored size: 764 Bytes
Contents
# OryHydraClient::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-hydra-client' instance = OryHydraClient::Pagination.new( page_size: null, page_token: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems