# UiNodeInputAttributes
## Properties
**disabled** | **bool** | Sets the input's disabled field to true or false. |
**label** | Option<[**crate::models::UiText**](uiText.md)> | | [optional]
**name** | **String** | The input's element name. |
**pattern** | Option<**String**> | The input's pattern. | [optional]
**required** | Option<**bool**> | Mark this input field as required. | [optional]
**_type** | **String** | |
**value** | Option<[**crate::models::UiNodeInputAttributesValue**](uiNodeInputAttributesValue.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)