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