Sha256: 6390b0ad6486c758ef2e7949f672db3d00100ec1d49cbc6b1b7874ab4e33b07b

Contents?: true

Size: 779 Bytes

Versions: 8

Compression:

Stored size: 779 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\". text Text input Input img Image a Anchor script Script |  |
| **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

8 entries across 8 versions & 1 rubygems

Version Path
ory-kratos-client-1.3.8 docs/UiNodeAnchorAttributes.md
ory-kratos-client-1.3.7 docs/UiNodeAnchorAttributes.md
ory-kratos-client-1.3.6 docs/UiNodeAnchorAttributes.md
ory-kratos-client-1.3.6.alpha2 docs/UiNodeAnchorAttributes.md
ory-kratos-client-1.3.6.alpha1 docs/UiNodeAnchorAttributes.md
ory-kratos-client-1.3.5 docs/UiNodeAnchorAttributes.md
ory-kratos-client-1.3.4 docs/UiNodeAnchorAttributes.md
ory-kratos-client-1.2.1 docs/UiNodeAnchorAttributes.md