Sha256: e1b229a4b3d1d51d25ddb524704c9529724494753c0deb5b60e5d9d47e05abb0

Contents?: true

Size: 679 Bytes

Versions: 1

Compression:

Stored size: 679 Bytes

Contents

# OryKratosClient::UiNodeTextAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | A unique identifier |  |
| **node_type** | **String** | NodeType represents this node's types. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0.  In this struct it technically always is \"text\". text Text input Input img Image a Anchor script Script |  |
| **text** | [**UiText**](UiText.md) |  |  |

## Example

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/UiNodeTextAttributes.md