AnalysisParameterControlArgs

data class AnalysisParameterControlArgs(val dateTimePicker: Output<AnalysisParameterDateTimePickerControlArgs>? = null, val dropdown: Output<AnalysisParameterDropDownControlArgs>? = null, val list: Output<AnalysisParameterListControlArgs>? = null, val slider: Output<AnalysisParameterSliderControlArgs>? = null, val textArea: Output<AnalysisParameterTextAreaControlArgs>? = null, val textField: Output<AnalysisParameterTextFieldControlArgs>? = null) : ConvertibleToJava<AnalysisParameterControlArgs>

Constructors

Link copied to clipboard
fun AnalysisParameterControlArgs(dateTimePicker: Output<AnalysisParameterDateTimePickerControlArgs>? = null, dropdown: Output<AnalysisParameterDropDownControlArgs>? = null, list: Output<AnalysisParameterListControlArgs>? = null, slider: Output<AnalysisParameterSliderControlArgs>? = null, textArea: Output<AnalysisParameterTextAreaControlArgs>? = null, textField: Output<AnalysisParameterTextFieldControlArgs>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard