Sha256: 3f8f985c72e170c116b7a19f19502984cc7ed0cf7b9be7a5321e651b81edbfca

Contents?: true

Size: 418 Bytes

Versions: 4

Compression:

Stored size: 418 Bytes

Contents

# OryKratosClient::UiNodeTextAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | A unique identifier |  |
| **node_type** | **String** |  |  |
| **text** | [**UiText**](UiText.md) |  |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::UiNodeTextAttributes.new(
  id: null,
  node_type: null,
  text: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-kratos-client-0.9.0.alpha3 docs/UiNodeTextAttributes.md
ory-kratos-client-0.9.0.alpha2 docs/UiNodeTextAttributes.md
ory-kratos-client-0.8.2.alpha1 docs/UiNodeTextAttributes.md
ory-kratos-client-0.8.0.alpha2 docs/UiNodeTextAttributes.md