# 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 ) ```