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