DashboardIntegerParameterArgs

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

Constructors

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

Functions

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

Properties

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