Sha256: 41c8453edf2ad45dc4f72f384af38b862b1ef60e3ff94438cd94adcfe3599efb
Contents?: true
Size: 546 Bytes
Versions: 4
Compression:
Stored size: 546 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::UiNode.new( attributes: null, group: null, messages: null, meta: null, type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.9.0.alpha3 | docs/UiNode.md |
ory-kratos-client-0.9.0.alpha2 | docs/UiNode.md |
ory-kratos-client-0.8.2.alpha1 | docs/UiNode.md |
ory-kratos-client-0.8.0.alpha2 | docs/UiNode.md |