TemplateParameterTextFieldControlArgs

data class TemplateParameterTextFieldControlArgs(val displayOptions: Output<TemplateTextFieldControlDisplayOptionsArgs>? = null, val parameterControlId: Output<String>, val sourceParameterName: Output<String>, val title: Output<String>) : ConvertibleToJava<TemplateParameterTextFieldControlArgs>

Constructors

Link copied to clipboard
constructor(displayOptions: Output<TemplateTextFieldControlDisplayOptionsArgs>? = null, parameterControlId: Output<String>, sourceParameterName: Output<String>, title: Output<String>)

Properties

Link copied to clipboard

The display options of a control.

Link copied to clipboard

The ID of the ParameterTextFieldControl .

Link copied to clipboard

The source parameter name of the ParameterTextFieldControl .

Link copied to clipboard
val title: Output<String>

The title of the ParameterTextFieldControl .

Functions

Link copied to clipboard
open override fun toJava(): TemplateParameterTextFieldControlArgs