Sha256: 45fc1b8ad215bb744e09ca3efae253da42e433562683608e7e01d1065d5f674b
Contents?: true
Size: 399 Bytes
Versions: 130
Compression:
Stored size: 399 Bytes
Contents
# OryClient::UiNodeTextAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | A unique identifier | | | **node_type** | **String** | | | | **text** | [**UiText**](UiText.md) | | | ## Example ```ruby require 'ory-client' instance = OryClient::UiNodeTextAttributes.new( id: null, node_type: null, text: null ) ```
Version data entries
130 entries across 130 versions & 1 rubygems