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-0.0.1.alpha184 docs/UiNodeAnchorAttributes.md
ory-client-0.0.1.alpha183 docs/UiNodeAnchorAttributes.md
ory-client-0.0.1.alpha182 docs/UiNodeAnchorAttributes.md
ory-client-0.0.1.alpha181 docs/UiNodeAnchorAttributes.md
ory-client-0.0.1.alpha180 docs/UiNodeAnchorAttributes.md
ory-client-0.0.1.alpha179 docs/UiNodeAnchorAttributes.md
ory-client-0.0.1.alpha178 docs/UiNodeAnchorAttributes.md
ory-client-0.0.1.alpha177 docs/UiNodeAnchorAttributes.md
ory-client-0.0.1.alpha176 docs/UiNodeAnchorAttributes.md
ory-client-0.0.1.alpha175 docs/UiNodeAnchorAttributes.md