Sha256: 79f9b4ad82bd8398daf6be61a94d9c2fbb20673795a76d8c98933153f11d12f1
Contents?: true
Size: 587 Bytes
Versions: 146
Compression:
Stored size: 587 Bytes
Contents
# OryClient::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-client' instance = OryClient::TokenPaginationHeaders.new( link: null, x_total_count: null ) ```
Version data entries
146 entries across 146 versions & 1 rubygems