Sha256: 79d12618e599dc684afce29b066f2105aac7bcb6ac57fdcf9c57dcfe6fd477b4
Contents?: true
Size: 792 Bytes
Versions: 117
Compression:
Stored size: 792 Bytes
Contents
# OryClient::TokenPaginationRequestParameters ## 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::TokenPaginationRequestParameters.new( page_size: null, page_token: null ) ```
Version data entries
117 entries across 117 versions & 1 rubygems