TemplateParameterSliderControlArgs

data class TemplateParameterSliderControlArgs(val displayOptions: Output<TemplateSliderControlDisplayOptionsArgs>? = 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<TemplateParameterSliderControlArgs>

Constructors

Link copied to clipboard
fun TemplateParameterSliderControlArgs(displayOptions: Output<TemplateSliderControlDisplayOptionsArgs>? = 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(): TemplateParameterSliderControlArgs

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>