Sha256: d66d1cb21274d9622be393b743d2a0e463cbeaf076ad973f66d9e6b1485f77b2

Contents?: true

Size: 815 Bytes

Versions: 2

Compression:

Stored size: 815 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-kratos-client'

instance = OryHydraClient::UiNodeInputAttributes.new(
  disabled: null,
  label: null,
  name: null,
  pattern: null,
  required: null,
  type: null,
  value: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.1.alpha1 docs/UiNodeInputAttributes.md
ory-kratos-client-0.7.0.alpha1 docs/UiNodeInputAttributes.md