Name | Type | Description | Notes |
---|---|---|---|
configuration | kotlin.collections.Map<kotlin.String, kotlin.String> | Configuration parameters for the required input. | [optional] |
items | kotlin.collections.List<Item> | In case of a select, the items to choose from. | [optional] |
key | kotlin.String | The value to provide in the result. | [optional] |
optional | kotlin.Boolean | True if this input is optional to provide. | [optional] |
type | kotlin.String | The type of the required input. | [optional] |
`value` | kotlin.String | The value can be pre-filled, if available. | [optional] |