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