Sha256: d401a47522488c775c6460ba86338267a8fa24ee69d0a30ce95d6e118c7df85e

Contents?: true

Size: 343 Bytes

Versions: 2

Compression:

Stored size: 343 Bytes

Contents

# OryClient::UiNodeTextAttributes

## Properties

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

## Example

```ruby
require 'ory-client'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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