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

Version Path
ory-kratos-client-0.6.3.alpha1 docs/UiNodeInputAttributes.md
ory-kratos-client-0.6.2.alpha1 docs/UiNodeInputAttributes.md
ory-kratos-client-0.6.1.alpha1 docs/UiNodeInputAttributes.md
ory-kratos-client-0.6.0.alpha17 docs/UiNodeInputAttributes.md
ory-kratos-client-0.6.0.alpha16 docs/UiNodeInputAttributes.md
ory-kratos-client-0.6.0.alpha15 docs/UiNodeInputAttributes.md
ory-kratos-client-0.6.0.alpha11 docs/UiNodeInputAttributes.md
ory-kratos-client-0.6.0.alpha8 docs/UiNodeInputAttributes.md
ory-kratos-client-0.6.0.alpha6 docs/UiNodeInputAttributes.md
ory-kratos-client-0.6.0.alpha5 docs/UiNodeInputAttributes.md
ory-kratos-client-0.6.0.alpha4 docs/UiNodeInputAttributes.md
ory-kratos-client-0.6.0.alpha2 docs/UiNodeInputAttributes.md
ory-kratos-client-0.6.0.alpha1 docs/UiNodeInputAttributes.md