Sha256: 47def8a35574c33818aa5a3d7526a821972916c108a07a72cc319fcb7015128a

Contents?: true

Size: 705 Bytes

Versions: 150

Compression:

Stored size: 705 Bytes

Contents

# OryClient::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-client'

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

Version data entries

150 entries across 150 versions & 1 rubygems

Version Path
ory-client-1.9.0 docs/UiNodeAnchorAttributes.md
ory-client-1.8.1 docs/UiNodeAnchorAttributes.md
ory-client-1.8.0 docs/UiNodeAnchorAttributes.md
ory-client-1.6.2 docs/UiNodeAnchorAttributes.md
ory-client-1.6.1 docs/UiNodeAnchorAttributes.md
ory-client-1.5.2 docs/UiNodeAnchorAttributes.md
ory-client-1.5.1 docs/UiNodeAnchorAttributes.md
ory-client-1.5.0 docs/UiNodeAnchorAttributes.md
ory-client-1.4.9 docs/UiNodeAnchorAttributes.md
ory-client-1.4.8 docs/UiNodeAnchorAttributes.md
ory-client-1.4.7 docs/UiNodeAnchorAttributes.md
ory-client-1.4.6 docs/UiNodeAnchorAttributes.md
ory-client-1.4.5 docs/UiNodeAnchorAttributes.md
ory-client-1.4.4 docs/UiNodeAnchorAttributes.md
ory-client-1.4.3 docs/UiNodeAnchorAttributes.md
ory-client-1.4.2 docs/UiNodeAnchorAttributes.md
ory-client-1.4.1 docs/UiNodeAnchorAttributes.md
ory-client-1.4.0 docs/UiNodeAnchorAttributes.md
ory-client-1.3.0 docs/UiNodeAnchorAttributes.md
ory-client-1.2.17 docs/UiNodeAnchorAttributes.md