Sha256: fde6774e8951e5de979662d7d0c11534f0e6e259ff368cc4e8b78fe786969917
Contents?: true
Size: 402 Bytes
Versions: 15
Compression:
Stored size: 402 Bytes
Contents
# OryHydraClient::UiNodeAnchorAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **href** | **String** | The link's href (destination) URL. format: uri | | | **title** | [**UiText**](UiText.md) | | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::UiNodeAnchorAttributes.new( href: null, title: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems