Sha256: e81981bb7260d27775f1f79cd497f34b931af3e37ffc473b45638f924039ba3c
Contents?: true
Size: 423 Bytes
Versions: 78
Compression:
Stored size: 423 Bytes
Contents
# OryClient::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-client' instance = OryClient::Pagination.new( page: null, per_page: null ) ```
Version data entries
78 entries across 78 versions & 1 rubygems