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

Version Path
ory-client-0.0.1.alpha17 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha16 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha15 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha14 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha13 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha12 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha11 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha10 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha9 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha8 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha6 docs/UiNodeInputAttributes.md