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