Sha256: d8ba84a4f64523ee90e4159db029fd65e3c0b22dc3b58b5b4aeadbd9ce783640
Contents?: true
Size: 604 Bytes
Versions: 20
Compression:
Stored size: 604 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::RecoveryAddress.new( created_at: null, id: null, updated_at: null, value: null, via: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems