DashboardDecimalParameterArgs

data class DashboardDecimalParameterArgs(val name: Output<String>, val values: Output<List<Double>>) : ConvertibleToJava<DashboardDecimalParameterArgs>

Constructors

Link copied to clipboard
fun DashboardDecimalParameterArgs(name: Output<String>, values: Output<List<Double>>)

Functions

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

Properties

Link copied to clipboard
val name: Output<String>
Link copied to clipboard
val values: Output<List<Double>>