ory-client-client 0.0.1-alpha.1

SDK Client for ORY Keto
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# UiNodeInputAttributes

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)