Sha256: fcca38997e05d1f1dac36693f6eb6b14f8627043f21cbd67614267b715e8bede

Contents?: true

Size: 644 Bytes

Versions: 1

Compression:

Stored size: 644 Bytes

Contents

# OryKratosClient::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-kratos-client'

instance = OryKratosClient::UiNode.new(
  attributes: null,
  group: null,
  messages: null,
  meta: null,
  type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-kratos-client-0.10.1 docs/UiNode.md