Sha256: 20ffdf26f638c636449fab0bd477b0b57d7e4446215d7cbd95ad43bcfcae5404

Contents?: true

Size: 601 Bytes

Versions: 119

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

119 entries across 119 versions & 1 rubygems

Version Path
ory-client-1.1.36 docs/RecoveryIdentityAddress.md
ory-client-1.1.35 docs/RecoveryIdentityAddress.md
ory-client-1.1.34 docs/RecoveryIdentityAddress.md
ory-client-1.1.33 docs/RecoveryIdentityAddress.md
ory-client-1.1.32 docs/RecoveryIdentityAddress.md
ory-client-1.1.31 docs/RecoveryIdentityAddress.md
ory-client-1.1.30 docs/RecoveryIdentityAddress.md
ory-client-1.1.29 docs/RecoveryIdentityAddress.md
ory-client-1.1.28 docs/RecoveryIdentityAddress.md
ory-client-1.1.27 docs/RecoveryIdentityAddress.md
ory-client-1.1.26 docs/RecoveryIdentityAddress.md
ory-client-1.1.25 docs/RecoveryIdentityAddress.md
ory-client-1.1.24 docs/RecoveryIdentityAddress.md
ory-client-1.1.23 docs/RecoveryIdentityAddress.md
ory-client-1.1.22 docs/RecoveryIdentityAddress.md
ory-client-1.1.21 docs/RecoveryIdentityAddress.md
ory-client-1.1.20 docs/RecoveryIdentityAddress.md
ory-client-1.1.19 docs/RecoveryIdentityAddress.md
ory-client-1.1.18 docs/RecoveryIdentityAddress.md
ory-client-1.1.17 docs/RecoveryIdentityAddress.md