Sha256: f3bd6587551cf41f910252c64cc7a03eed14c657465440cd8c0a22fe1690c9d6

Contents?: true

Size: 831 Bytes

Versions: 2

Compression:

Stored size: 831 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-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-client-0.0.1.alpha7 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha5 docs/UiNodeInputAttributes.md