Sha256: 9d5f464b6b6ae69110bbaf83c6fec7fbf9ad2e295066714af4e40a8e7518eea4
Contents?: true
Size: 838 Bytes
Versions: 13
Compression:
Stored size: 838 Bytes
Contents
# OryHydraClient::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** | [**UiNodeInputAttributesValue**](UiNodeInputAttributesValue.md) | | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::UiNodeInputAttributes.new( disabled: null, label: null, name: null, pattern: null, required: null, type: null, value: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems