Sha256: 2c994f1296befb74f7caf87582616731a364110281bf993963c2b53fd88cde69

Contents?: true

Size: 660 Bytes

Versions: 22

Compression:

Stored size: 660 Bytes

Contents

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

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
ory-client-1.15.12 docs/UiNodeTextAttributes.md
ory-client-1.15.10 docs/UiNodeTextAttributes.md
ory-client-1.15.7 docs/UiNodeTextAttributes.md
ory-client-1.15.6 docs/UiNodeTextAttributes.md
ory-client-1.15.5 docs/UiNodeTextAttributes.md
ory-client-1.15.4 docs/UiNodeTextAttributes.md
ory-client-1.15.3 docs/UiNodeTextAttributes.md
ory-client-1.15.0 docs/UiNodeTextAttributes.md
ory-client-1.14.5 docs/UiNodeTextAttributes.md
ory-client-1.14.4 docs/UiNodeTextAttributes.md
ory-client-1.14.3 docs/UiNodeTextAttributes.md
ory-client-1.14.2 docs/UiNodeTextAttributes.md
ory-client-1.14.1 docs/UiNodeTextAttributes.md
ory-client-1.14.0 docs/UiNodeTextAttributes.md
ory-client-1.13.10 docs/UiNodeTextAttributes.md
ory-client-1.13.6 docs/UiNodeTextAttributes.md
ory-client-1.13.4 docs/UiNodeTextAttributes.md
ory-client-1.13.3 docs/UiNodeTextAttributes.md
ory-client-1.13.2 docs/UiNodeTextAttributes.md
ory-client-1.13.1 docs/UiNodeTextAttributes.md