Sha256: 3ea9fbe704131c8c6420f4c29ef4c898d2d3755cf5183eeeb11d77d4a6f8aaa0
Contents?: true
Size: 606 Bytes
Versions: 6
Compression:
Stored size: 606 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::TokenPaginationHeaders.new( link: null, x_total_count: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems