TemplateParameterControlArgs

data class TemplateParameterControlArgs(val dateTimePicker: Output<TemplateParameterDateTimePickerControlArgs>? = null, val dropdown: Output<TemplateParameterDropDownControlArgs>? = null, val list: Output<TemplateParameterListControlArgs>? = null, val slider: Output<TemplateParameterSliderControlArgs>? = null, val textArea: Output<TemplateParameterTextAreaControlArgs>? = null, val textField: Output<TemplateParameterTextFieldControlArgs>? = null) : ConvertibleToJava<TemplateParameterControlArgs>

Constructors

Link copied to clipboard
constructor(dateTimePicker: Output<TemplateParameterDateTimePickerControlArgs>? = null, dropdown: Output<TemplateParameterDropDownControlArgs>? = null, list: Output<TemplateParameterListControlArgs>? = null, slider: Output<TemplateParameterSliderControlArgs>? = null, textArea: Output<TemplateParameterTextAreaControlArgs>? = null, textField: Output<TemplateParameterTextFieldControlArgs>? = null)

Properties

Link copied to clipboard

A control from a date parameter that specifies date and time.

Link copied to clipboard

A control to display a dropdown list with buttons that are used to select a single value.

Link copied to clipboard

A control to display a list with buttons or boxes that are used to select either a single value or multiple values.

Link copied to clipboard

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

Link copied to clipboard

A control to display a text box that is used to enter multiple entries.

Link copied to clipboard

A control to display a text box that is used to enter a single entry.

Functions

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