DashboardParameterControlArgs

data class DashboardParameterControlArgs(val dateTimePicker: Output<DashboardParameterDateTimePickerControlArgs>? = null, val dropdown: Output<DashboardParameterDropDownControlArgs>? = null, val list: Output<DashboardParameterListControlArgs>? = null, val slider: Output<DashboardParameterSliderControlArgs>? = null, val textArea: Output<DashboardParameterTextAreaControlArgs>? = null, val textField: Output<DashboardParameterTextFieldControlArgs>? = null) : ConvertibleToJava<DashboardParameterControlArgs>

Constructors

Link copied to clipboard
fun DashboardParameterControlArgs(dateTimePicker: Output<DashboardParameterDateTimePickerControlArgs>? = null, dropdown: Output<DashboardParameterDropDownControlArgs>? = null, list: Output<DashboardParameterListControlArgs>? = null, slider: Output<DashboardParameterSliderControlArgs>? = null, textArea: Output<DashboardParameterTextAreaControlArgs>? = null, textField: Output<DashboardParameterTextFieldControlArgs>? = null)

Functions

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

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