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

Version Path
ory-oathkeeper-client-0.0.0.alpha42 docs/SwaggerListRulesParameters.md
ory-oathkeeper-client-0.0.0.alpha41 docs/SwaggerListRulesParameters.md
ory-oathkeeper-client-0.0.0.alpha40 docs/SwaggerListRulesParameters.md
ory-oathkeeper-client-0.0.0.alpha38 docs/SwaggerListRulesParameters.md