Sha256: bb860495547cd25982c63f568ef1d1e31273d02a9c58620ae6394153dcf7b7ce

Contents?: true

Size: 316 Bytes

Versions: 271

Compression:

Stored size: 316 Bytes

Contents

# OryClient::Warning

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **Integer** |  | [optional] |
| **message** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::Warning.new(
  code: null,
  message: null
)
```

Version data entries

271 entries across 271 versions & 1 rubygems

Version Path
ory-client-1.15.12 docs/Warning.md
ory-client-1.15.10 docs/Warning.md
ory-client-1.15.7 docs/Warning.md
ory-client-1.15.6 docs/Warning.md
ory-client-1.15.5 docs/Warning.md
ory-client-1.15.4 docs/Warning.md
ory-client-1.15.3 docs/Warning.md
ory-client-1.15.0 docs/Warning.md
ory-client-1.14.5 docs/Warning.md
ory-client-1.14.4 docs/Warning.md
ory-client-1.14.3 docs/Warning.md
ory-client-1.14.2 docs/Warning.md
ory-client-1.14.1 docs/Warning.md
ory-client-1.14.0 docs/Warning.md
ory-client-1.13.10 docs/Warning.md
ory-client-1.13.6 docs/Warning.md
ory-client-1.13.4 docs/Warning.md
ory-client-1.13.3 docs/Warning.md
ory-client-1.13.2 docs/Warning.md
ory-client-1.13.1 docs/Warning.md