Sha256: 5abe17456b02c845e5558f993fce86922c26233373c6c85c43efb00566fe6eeb

Contents?: true

Size: 602 Bytes

Versions: 3

Compression:

Stored size: 602 Bytes

Contents

# OryHydraClient::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 = OryHydraClient::RecoveryAddress.new(
  created_at: null,
  id: null,
  updated_at: null,
  value: null,
  via: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.1.alpha1 docs/RecoveryAddress.md
ory-kratos-client-0.7.0.alpha1 docs/RecoveryAddress.md
ory-kratos-client-0.6.3.alpha1 docs/RecoveryAddress.md