DashboardParameterSliderControlArgs

data class DashboardParameterSliderControlArgs(val displayOptions: Output<DashboardSliderControlDisplayOptionsArgs>? = null, val maximumValue: Output<Double>, val minimumValue: Output<Double>, val parameterControlId: Output<String>, val sourceParameterName: Output<String>, val stepSize: Output<Double>, val title: Output<String>) : ConvertibleToJava<DashboardParameterSliderControlArgs>

Constructors

Link copied to clipboard
fun DashboardParameterSliderControlArgs(displayOptions: Output<DashboardSliderControlDisplayOptionsArgs>? = null, maximumValue: Output<Double>, minimumValue: Output<Double>, parameterControlId: Output<String>, sourceParameterName: Output<String>, stepSize: Output<Double>, title: Output<String>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val maximumValue: Output<Double>
Link copied to clipboard
val minimumValue: Output<Double>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val stepSize: Output<Double>
Link copied to clipboard
val title: Output<String>