Sha256: 06d4720821ab6f6d585b84718b13edab0c415f1fc87c9246792cf2aa1540c152
Contents?: true
Size: 553 Bytes
Versions: 194
Compression:
Stored size: 553 Bytes
Contents
# OryClient::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 = OryClient::SelfServiceError.new( created_at: null, error: null, id: null, updated_at: null ) ```
Version data entries
194 entries across 194 versions & 1 rubygems