Sha256: e9a433b31cf7481c94df3dbd586a142473d8db4f8ee618a59a7826e0e2dc1c44
Contents?: true
Size: 404 Bytes
Versions: 15
Compression:
Stored size: 404 Bytes
Contents
# OryKratosClient::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 = OryKratosClient::UiNodeAnchorAttributes.new( href: null, title: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems