Sha256: 8d97d24942d64a32206111693f7a0a4c9aec811a11ce5a1d496af9da0a583594

Contents?: true

Size: 608 Bytes

Versions: 15

Compression:

Stored size: 608 Bytes

Contents

# OryHydraClient::InlineResponse500

## Properties

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

## Example

```ruby
require 'ory-keto-client'

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-keto-client-0.6.0.alpha6 docs/InlineResponse500.md
ory-keto-client-0.6.0.alpha3 docs/InlineResponse500.md
ory-keto-client-0.6.0.alpha1 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha58 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha57 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha56 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha55 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha54 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha53 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha52 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha51 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha50 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha49 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha48 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha47 docs/InlineResponse500.md