# OryHydraClient::RecoveryAddress ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | | | **value** | **String** | | | | **via** | **String** | | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::RecoveryAddress.new( id: null, value: null, via: null ) ```