DashboardParametersIntegerParameterArgs

data class DashboardParametersIntegerParameterArgs(val name: Output<String>, val values: Output<List<Int>>) : ConvertibleToJava<DashboardParametersIntegerParameterArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

Display name for the dashboard.

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

Functions

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