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