Sha256: 25eed4b02899d770f9ea193c3325c4f4f34138fb95982649fc2be6319f156076
Contents?: true
Size: 510 Bytes
Versions: 12
Compression:
Stored size: 510 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] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::SwaggerListRulesParameters.new(limit: null, offset: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems