Sha256: 772896066193a476be0b6aca0fe7434e9e73d59f2be44ed6f36a6b0f0afedb5d
Contents?: true
Size: 585 Bytes
Versions: 194
Compression:
Stored size: 585 Bytes
Contents
# OryClient::RecoveryAddress ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] | | **id** | **String** | | | | **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] | | **value** | **String** | | | | **via** | **String** | | | ## Example ```ruby require 'ory-client' instance = OryClient::RecoveryAddress.new( created_at: null, id: null, updated_at: null, value: null, via: null ) ```
Version data entries
194 entries across 194 versions & 1 rubygems