Sha256: fc66c4b1ff6edcf3d064dbfb518cf1317a2a1369ddecfd0c939acfe3c7e1b25e
Contents?: true
Size: 593 Bytes
Versions: 7
Compression:
Stored size: 593 Bytes
Contents
# OryHydraClient::PaginationHeaders ## 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::PaginationHeaders.new( link: null, x_total_count: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems