Sha256: e670903390a0d749b7f275744cd7172b2cab9daf3c933a95f53e5e23d17366d7
Contents?: true
Size: 726 Bytes
Versions: 22
Compression:
Stored size: 726 Bytes
Contents
# OryClient::Pagination ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **page** | **Integer** | Pagination Page This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list. For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist. | [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-client' instance = OryClient::Pagination.new( page: null, per_page: null ) ```
Version data entries
22 entries across 22 versions & 1 rubygems