DashboardIntegerValueWhenUnsetConfigurationArgs

data class DashboardIntegerValueWhenUnsetConfigurationArgs(val customValue: Output<Double>? = null, val valueWhenUnsetOption: Output<DashboardValueWhenUnsetOption>? = null) : ConvertibleToJava<DashboardIntegerValueWhenUnsetConfigurationArgs>

Constructors

fun DashboardIntegerValueWhenUnsetConfigurationArgs(customValue: Output<Double>? = null, valueWhenUnsetOption: Output<DashboardValueWhenUnsetOption>? = null)

Functions

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

Properties

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