Sha256: 7b11861f98b191595267331f6ba142c94b85769c01a045edcda3f433a3895e5c

Contents?: true

Size: 515 Bytes

Versions: 2

Compression:

Stored size: 515 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/UiNode.md
ory-client-0.0.1.alpha18 docs/UiNode.md