Sha256: 20ffdf26f638c636449fab0bd477b0b57d7e4446215d7cbd95ad43bcfcae5404
Contents?: true
Size: 601 Bytes
Versions: 118
Compression:
Stored size: 601 Bytes
Contents
# OryClient::RecoveryIdentityAddress ## 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::RecoveryIdentityAddress.new( created_at: null, id: null, updated_at: null, value: null, via: null ) ```
Version data entries
118 entries across 118 versions & 1 rubygems