DashboardDateTimeValueWhenUnsetConfigurationArgs

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

Constructors

fun DashboardDateTimeValueWhenUnsetConfigurationArgs(customValue: Output<String>? = null, valueWhenUnsetOption: Output<DashboardValueWhenUnsetOption>? = null)

Functions

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

Properties

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