DashboardParametersDecimalParameterArgs

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

Display name for the dashboard.

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

Functions

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