Sha256: c7a1e1d6e1c10f09b2ca21f92a0ac56fb879b22f98b53f7077940dc0bce089d3
Contents?: true
Size: 817 Bytes
Versions: 15
Compression:
Stored size: 817 Bytes
Contents
# OryKratosClient::UiNodeInputAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **disabled** | **Boolean** | Sets the input's disabled field to true or false. | | | **label** | [**UiText**](UiText.md) | | [optional] | | **name** | **String** | The input's element name. | | | **pattern** | **String** | The input's pattern. | [optional] | | **required** | **Boolean** | Mark this input field as required. | [optional] | | **type** | **String** | | | | **value** | [**AnyType**](.md) | The input's value. | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::UiNodeInputAttributes.new( disabled: null, label: null, name: null, pattern: null, required: null, type: null, value: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems