DashboardIntegerParameterArgs

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

An integer parameter.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the integer parameter.

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

The values for the integer parameter.

Functions

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