Sha256: 00aeb34049055aad3fcff154c8ae9d96f9311bd2e324838be75e0729913f25a9
Contents?: true
Size: 534 Bytes
Versions: 15
Compression:
Stored size: 534 Bytes
Contents
# OryKratosClient::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 = OryKratosClient::UiNode.new( attributes: null, group: null, messages: null, meta: null, type: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems