Dashboard Integer Value When Unset Configuration Args
data class DashboardIntegerValueWhenUnsetConfigurationArgs(val customValue: Output<Double>? = null, val valueWhenUnsetOption: Output<DashboardValueWhenUnsetOption>? = null) : ConvertibleToJava<DashboardIntegerValueWhenUnsetConfigurationArgs>
Constructors
Link copied to clipboard
constructor(customValue: Output<Double>? = null, valueWhenUnsetOption: Output<DashboardValueWhenUnsetOption>? = null)