Sha256: c0a8f56fdd60abef24aab1393c047b7dc0cda1efac94233420a20e94fb0c2ce3

Contents?: true

Size: 521 Bytes

Versions: 4

Compression:

Stored size: 521 Bytes

Contents

# OryKratosClient::UiNodeAnchorAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **href** | **String** | The link's href (destination) URL.  format: uri |  |
| **id** | **String** | A unique identifier |  |
| **node_type** | **String** |  |  |
| **title** | [**UiText**](UiText.md) |  |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::UiNodeAnchorAttributes.new(
  href: null,
  id: null,
  node_type: null,
  title: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-kratos-client-0.9.0.alpha3 docs/UiNodeAnchorAttributes.md
ory-kratos-client-0.9.0.alpha2 docs/UiNodeAnchorAttributes.md
ory-kratos-client-0.8.2.alpha1 docs/UiNodeAnchorAttributes.md
ory-kratos-client-0.8.0.alpha2 docs/UiNodeAnchorAttributes.md