Sha256: b95a056849e2b2eef88a8caf3699f577c42bff174064841a38272dfa325de2ea
Contents?: true
Size: 395 Bytes
Versions: 13
Compression:
Stored size: 395 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-client' instance = OryHydraClient::UiNodeAnchorAttributes.new( href: null, title: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems