Sha256: 729f456b703329f5721971ad481798274273edec42ce9f941df4d74befc6f5e2

Contents?: true

Size: 446 Bytes

Versions: 2

Compression:

Stored size: 446 Bytes

Contents

# OryClient::UiNodeAnchorAttributes

## Properties

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

## Example

```ruby
require 'ory-client'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/UiNodeAnchorAttributes.md
ory-client-0.0.1.alpha18 docs/UiNodeAnchorAttributes.md