DashboardIntegerDefaultValuesArgs

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

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 IntegerDefaultValues . 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 IntegerDefaultValues .

Functions

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