Sha256: e15843a45267a4c9c6f512025b152c4d57756d54dfdb211f621f4a85c3f9276d

Contents?: true

Size: 609 Bytes

Versions: 15

Compression:

Stored size: 609 Bytes

Contents

# OryHydraClient::SelfServiceErrorContainer

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
| **errors** | **Array<Object>** | Errors in the container |  |
| **id** | **String** |  |  |
| **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryHydraClient::SelfServiceErrorContainer.new(
  created_at: null,
  errors: null,
  id: null,
  updated_at: null
)
```

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha18 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha17 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha16 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha15 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha14 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha13 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha12 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha11 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha10 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha9 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha8 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha7 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha6 docs/SelfServiceErrorContainer.md
ory-client-0.0.1.alpha5 docs/SelfServiceErrorContainer.md