Sha256: 99883266133b0b6d3ecf3ae18d2527c0f1239bef322afa3e578d32bbb11d1ea9
Contents?: true
Size: 525 Bytes
Versions: 13
Compression:
Stored size: 525 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-client' instance = OryHydraClient::UiNode.new( attributes: null, group: null, messages: null, meta: null, type: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems