Sha256: 0e44b0c1ede2980e289a1cdce07d40a22d720ffb7da7bb861b7414bc582110a8
Contents?: true
Size: 760 Bytes
Versions: 30
Compression:
Stored size: 760 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\". text Text input Input img Image a Anchor script Script | | | **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
30 entries across 30 versions & 1 rubygems