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