Sha256: c6c5ba4a44eb35f670260fa294f7dc82ba48f9ef39963c625605c7a127816394
Contents?: true
Size: 624 Bytes
Versions: 6
Compression:
Stored size: 624 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::UiNodeTextAttributes.new( id: null, node_type: null, text: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems