Sha256: 75915dcc4576daa81cd4f25af6ecf720f479ed596534749485784dd384a6a9e1
Contents?: true
Size: 595 Bytes
Versions: 13
Compression:
Stored size: 595 Bytes
Contents
# OryHydraClient::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 = OryHydraClient::RecoveryAddress.new( created_at: null, id: null, updated_at: null, value: null, via: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems