DashboardDecimalDefaultValuesArgs

data class DashboardDecimalDefaultValuesArgs(val dynamicValue: Output<DashboardDynamicDefaultValueArgs>? = null, val staticValues: Output<List<Double>>? = null) : ConvertibleToJava<DashboardDecimalDefaultValuesArgs>

Constructors

Link copied to clipboard
constructor(dynamicValue: Output<DashboardDynamicDefaultValueArgs>? = null, staticValues: Output<List<Double>>? = null)

Properties

Link copied to clipboard

The dynamic value of the DecimalDefaultValues . Different defaults are displayed according to users, groups, and values mapping.

Link copied to clipboard
val staticValues: Output<List<Double>>? = null

The static values of the DecimalDefaultValues .

Functions

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