Sha256: 1f151dbccc89c99ec010a607b464de709e8392a89693cf5d0c73a0ef234929bf

Contents?: true

Size: 603 Bytes

Versions: 7

Compression:

Stored size: 603 Bytes

Contents

# OryHydraClient::TokenPaginationHeaders

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **link** | **String** | The link header contains pagination links.  For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).  in: header | [optional] |
| **x_total_count** | **String** | The total number of clients.  in: header | [optional] |

## Example

```ruby
require 'ory-hydra-client'

instance = OryHydraClient::TokenPaginationHeaders.new(
  link: null,
  x_total_count: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ory-hydra-client-2.2.1 docs/TokenPaginationHeaders.md
ory-hydra-client-2.2.0 docs/TokenPaginationHeaders.md
ory-hydra-client-2.2.0.rc3 docs/TokenPaginationHeaders.md
ory-hydra-client-2.1.1 docs/TokenPaginationHeaders.md
ory-hydra-client-2.1.0 docs/TokenPaginationHeaders.md
ory-hydra-client-2.0.2 docs/TokenPaginationHeaders.md
ory-hydra-client-2.0.1 docs/TokenPaginationHeaders.md