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