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

Version Path
ory-client-1.14.1 docs/TokenPaginationRequestParameters.md
ory-client-1.14.0 docs/TokenPaginationRequestParameters.md
ory-client-1.13.10 docs/TokenPaginationRequestParameters.md
ory-client-1.13.6 docs/TokenPaginationRequestParameters.md
ory-client-1.13.4 docs/TokenPaginationRequestParameters.md
ory-client-1.13.3 docs/TokenPaginationRequestParameters.md
ory-client-1.13.2 docs/TokenPaginationRequestParameters.md
ory-client-1.13.1 docs/TokenPaginationRequestParameters.md
ory-client-1.13.0 docs/TokenPaginationRequestParameters.md
ory-client-1.11.6 docs/TokenPaginationRequestParameters.md
ory-client-1.9.0 docs/TokenPaginationRequestParameters.md
ory-client-1.8.1 docs/TokenPaginationRequestParameters.md
ory-client-1.8.0 docs/TokenPaginationRequestParameters.md
ory-client-1.6.2 docs/TokenPaginationRequestParameters.md
ory-client-1.6.1 docs/TokenPaginationRequestParameters.md
ory-client-1.5.2 docs/TokenPaginationRequestParameters.md
ory-client-1.5.1 docs/TokenPaginationRequestParameters.md
ory-client-1.5.0 docs/TokenPaginationRequestParameters.md
ory-client-1.4.9 docs/TokenPaginationRequestParameters.md
ory-client-1.4.8 docs/TokenPaginationRequestParameters.md