Sha256: 9316726212b12ee958365cfdc725f24fe428366f3d1dab2506fe0ec5559bc705

Contents?: true

Size: 687 Bytes

Versions: 24

Compression:

Stored size: 687 Bytes

Contents

# OryOathkeeperClient::GetRuleInternalServerErrorBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **Integer** | code | [optional] |
| **details** | **Array<Object>** | details | [optional] |
| **message** | **String** | message | [optional] |
| **reason** | **String** | reason | [optional] |
| **request** | **String** | request | [optional] |
| **status** | **String** | status | [optional] |

## Example

```ruby
require 'ory-oathkeeper-client'

instance = OryOathkeeperClient::GetRuleInternalServerErrorBody.new(
  code: null,
  details: null,
  message: null,
  reason: null,
  request: null,
  status: null
)
```

Version data entries

24 entries across 24 versions & 1 rubygems

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