Sha256: 20ffdf26f638c636449fab0bd477b0b57d7e4446215d7cbd95ad43bcfcae5404

Contents?: true

Size: 601 Bytes

Versions: 118

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

118 entries across 118 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/RecoveryIdentityAddress.md
ory-client-1.16.1 docs/RecoveryIdentityAddress.md
ory-client-1.16.0 docs/RecoveryIdentityAddress.md
ory-client-1.15.17 docs/RecoveryIdentityAddress.md
ory-client-1.15.16 docs/RecoveryIdentityAddress.md
ory-client-1.15.15 docs/RecoveryIdentityAddress.md
ory-client-1.15.14 docs/RecoveryIdentityAddress.md
ory-client-1.15.13 docs/RecoveryIdentityAddress.md
ory-client-1.15.12 docs/RecoveryIdentityAddress.md
ory-client-1.15.10 docs/RecoveryIdentityAddress.md
ory-client-1.15.7 docs/RecoveryIdentityAddress.md
ory-client-1.15.6 docs/RecoveryIdentityAddress.md
ory-client-1.15.5 docs/RecoveryIdentityAddress.md
ory-client-1.15.4 docs/RecoveryIdentityAddress.md
ory-client-1.15.3 docs/RecoveryIdentityAddress.md
ory-client-1.15.0 docs/RecoveryIdentityAddress.md
ory-client-1.14.5 docs/RecoveryIdentityAddress.md
ory-client-1.14.4 docs/RecoveryIdentityAddress.md
ory-client-1.14.3 docs/RecoveryIdentityAddress.md
ory-client-1.14.2 docs/RecoveryIdentityAddress.md