Sha256: 0cb6a84c088d82dff45571c21f8131438103e032979478983fdac963bb196666

Contents?: true

Size: 605 Bytes

Versions: 150

Compression:

Stored size: 605 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** | [**UiText**](UiText.md) |  |  |

## Example

```ruby
require 'ory-client'

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

Version data entries

150 entries across 150 versions & 1 rubygems

Version Path
ory-client-1.9.0 docs/UiNodeTextAttributes.md
ory-client-1.8.1 docs/UiNodeTextAttributes.md
ory-client-1.8.0 docs/UiNodeTextAttributes.md
ory-client-1.6.2 docs/UiNodeTextAttributes.md
ory-client-1.6.1 docs/UiNodeTextAttributes.md
ory-client-1.5.2 docs/UiNodeTextAttributes.md
ory-client-1.5.1 docs/UiNodeTextAttributes.md
ory-client-1.5.0 docs/UiNodeTextAttributes.md
ory-client-1.4.9 docs/UiNodeTextAttributes.md
ory-client-1.4.8 docs/UiNodeTextAttributes.md
ory-client-1.4.7 docs/UiNodeTextAttributes.md
ory-client-1.4.6 docs/UiNodeTextAttributes.md
ory-client-1.4.5 docs/UiNodeTextAttributes.md
ory-client-1.4.4 docs/UiNodeTextAttributes.md
ory-client-1.4.3 docs/UiNodeTextAttributes.md
ory-client-1.4.2 docs/UiNodeTextAttributes.md
ory-client-1.4.1 docs/UiNodeTextAttributes.md
ory-client-1.4.0 docs/UiNodeTextAttributes.md
ory-client-1.3.0 docs/UiNodeTextAttributes.md
ory-client-1.2.17 docs/UiNodeTextAttributes.md