DashboardDecimalParameterArgs

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

A decimal parameter.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

A display name for the decimal parameter.

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

The values for the decimal parameter.

Functions

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