Sha256: 58489b02efb16ddfd06fcf7dd47b4d2f89a575fe71cea2a453ea6d0914c7ccb1
Contents?: true
Size: 532 Bytes
Versions: 15
Compression:
Stored size: 532 Bytes
Contents
# OryHydraClient::UiNode ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**UiNodeAttributes**](UiNodeAttributes.md) | | | | **group** | **String** | | | | **messages** | [**Array<UiText>**](UiText.md) | | | | **meta** | [**Meta**](Meta.md) | | | | **type** | **String** | | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::UiNode.new( attributes: null, group: null, messages: null, meta: null, type: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems