Sha256: ca69ea5dc27db26ecfe40a2db361f4c61210406b7fbcd3ef91ee2e0dc15e25de
Contents?: true
Size: 442 Bytes
Versions: 3
Compression:
Stored size: 442 Bytes
Contents
# OryKratosClient::Pagination ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **page** | **Integer** | Pagination Page | [optional][default to 1] | | **per_page** | **Integer** | Items per Page This is the number of items per page. | [optional][default to 250] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::Pagination.new( page: null, per_page: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.10.1 | docs/Pagination.md |
ory-kratos-client-0.9.0.alpha3 | docs/Pagination.md |
ory-kratos-client-0.9.0.alpha2 | docs/Pagination.md |