Dashboard Filter Slider Control Args
data class DashboardFilterSliderControlArgs(val displayOptions: Output<DashboardSliderControlDisplayOptionsArgs>? = null, val filterControlId: Output<String>, val maximumValue: Output<Double>, val minimumValue: Output<Double>, val sourceFilterId: Output<String>, val stepSize: Output<Double>, val title: Output<String>, val type: Output<DashboardSheetControlSliderType>? = null) : ConvertibleToJava<DashboardFilterSliderControlArgs>
Constructors
Link copied to clipboard
fun DashboardFilterSliderControlArgs(displayOptions: Output<DashboardSliderControlDisplayOptionsArgs>? = null, filterControlId: Output<String>, maximumValue: Output<Double>, minimumValue: Output<Double>, sourceFilterId: Output<String>, stepSize: Output<Double>, title: Output<String>, type: Output<DashboardSheetControlSliderType>? = null)