Sha256: d1c0fd780d903ae67002c937b87662621bfd190757bf2598e063e99109076445
Contents?: true
Size: 482 Bytes
Versions: 24
Compression:
Stored size: 482 Bytes
Contents
# OryOathkeeperClient::SwaggerListRulesParameters ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **limit** | **Integer** | The maximum amount of rules returned. in: query | [optional] | | **offset** | **Integer** | The offset from where to start looking. in: query | [optional] | ## Example ```ruby require 'ory-oathkeeper-client' instance = OryOathkeeperClient::SwaggerListRulesParameters.new( limit: null, offset: null ) ```
Version data entries
24 entries across 24 versions & 1 rubygems