Sha256: 5e4908574da058787e3d07fb4e8c5bd6668bb4bf15f8944879d8d1baf7833fae

Contents?: true

Size: 1.19 KB

Versions: 112

Compression:

Stored size: 1.19 KB

Contents

# OryClient::TokenPaginationResponseHeaders

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **link** | **String** | The Link HTTP Header  The `Link` header contains a comma-delimited list of links to the following pages:  first: The first page of results. next: The next page of results. prev: The previous page of results. last: The last page of results.  Pages are omitted if they do not exist. For example, if there is no next page, the `next` link is omitted. Examples:  </clients?page_size=5&page_token=0>; rel=\"first\",</clients?page_size=5&page_token=15>; rel=\"next\",</clients?page_size=5&page_token=5>; rel=\"prev\",</clients?page_size=5&page_token=20>; rel=\"last\" | [optional] |
| **x_total_count** | **Integer** | The X-Total-Count HTTP Header  The `X-Total-Count` header contains the total number of items in the collection. | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::TokenPaginationResponseHeaders.new(
  link: null,
  x_total_count: null
)
```

Version data entries

112 entries across 112 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/TokenPaginationResponseHeaders.md
ory-client-1.16.1 docs/TokenPaginationResponseHeaders.md
ory-client-1.16.0 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.17 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.16 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.15 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.14 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.13 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.12 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.10 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.7 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.6 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.5 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.4 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.3 docs/TokenPaginationResponseHeaders.md
ory-client-1.15.0 docs/TokenPaginationResponseHeaders.md
ory-client-1.14.5 docs/TokenPaginationResponseHeaders.md
ory-client-1.14.4 docs/TokenPaginationResponseHeaders.md
ory-client-1.14.3 docs/TokenPaginationResponseHeaders.md
ory-client-1.14.2 docs/TokenPaginationResponseHeaders.md