Sha256: 6dd7bc84cef8e0f3f3719eeb122c875a3654d6614c867834bd4e2ce077b19eda

Contents?: true

Size: 724 Bytes

Versions: 6

Compression:

Stored size: 724 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** | NodeType represents this node's types. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0.  In this struct it technically always is \"a\". |  |
| **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

6 entries across 6 versions & 1 rubygems

Version Path
ory-kratos-client-1.1.0 docs/UiNodeAnchorAttributes.md
ory-kratos-client-1.0.0 docs/UiNodeAnchorAttributes.md
ory-kratos-client-0.13.1 docs/UiNodeAnchorAttributes.md
ory-kratos-client-0.11.1 docs/UiNodeAnchorAttributes.md
ory-kratos-client-0.11.0 docs/UiNodeAnchorAttributes.md
ory-kratos-client-0.10.1 docs/UiNodeAnchorAttributes.md