Sha256: 0ef740d9abc3067761ddd167d8cd5201ebe6a94afbe91494fdbd329075d9b753
Contents?: true
Size: 625 Bytes
Versions: 62
Compression:
Stored size: 625 Bytes
Contents
# OryClient::UiNode ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**UiNodeAttributes**](UiNodeAttributes.md) | | | | **group** | **String** | Group specifies which group (e.g. password authenticator) this node belongs to. | | | **messages** | [**Array<UiText>**](UiText.md) | | | | **meta** | [**UiNodeMeta**](UiNodeMeta.md) | | | | **type** | **String** | The node's type | | ## Example ```ruby require 'ory-client' instance = OryClient::UiNode.new( attributes: null, group: null, messages: null, meta: null, type: null ) ```
Version data entries
62 entries across 62 versions & 1 rubygems