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