Sha256: 73fadf876bda706d5bfd0f90f42ed5e4141192660b7c20a345c1235c11365393
Contents?: true
Size: 472 Bytes
Versions: 5
Compression:
Stored size: 472 Bytes
Contents
# OryHydraClient::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 = OryHydraClient::SwaggerListRulesParameters.new( limit: null, offset: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems