Sha256: 0413958d8c098331db8cec7b4d1aec15e79c6b1f48c330282285a22a7266f755
Contents?: true
Size: 563 Bytes
Versions: 2
Compression:
Stored size: 563 Bytes
Contents
# OryHydraClient::SelfServiceError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] | | **error** | **Object** | | [optional] | | **id** | **String** | | | | **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] | ## Example ```ruby require 'ory-client' instance = OryHydraClient::SelfServiceError.new( created_at: null, error: null, id: null, updated_at: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha17 | docs/SelfServiceError.md |
ory-client-0.0.1.alpha16 | docs/SelfServiceError.md |