Sha256: 5cbe2020b86da22c479816a0fe2d49bc66173377d8bc2523cee9d08387532e0b

Contents?: true

Size: 606 Bytes

Versions: 2

Compression:

Stored size: 606 Bytes

Contents

# OryKetoClient::InlineResponse400

## 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 = OryKetoClient::InlineResponse400.new(
  code: null,
  details: null,
  message: null,
  reason: null,
  request: null,
  status: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-keto-client-0.7.0.alpha1 docs/InlineResponse400.md
ory-keto-client-0.7.0.alpha0 docs/InlineResponse400.md