Analysis Parameter Slider Control Args
data class AnalysisParameterSliderControlArgs(val displayOptions: Output<AnalysisSliderControlDisplayOptionsArgs>? = 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<AnalysisParameterSliderControlArgs>
Constructors
Link copied to clipboard
fun AnalysisParameterSliderControlArgs(displayOptions: Output<AnalysisSliderControlDisplayOptionsArgs>? = null, maximumValue: Output<Double>, minimumValue: Output<Double>, parameterControlId: Output<String>, sourceParameterName: Output<String>, stepSize: Output<Double>, title: Output<String>)