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