DashboardDateTimeValueWhenUnsetConfigurationArgs

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

Constructors

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

Properties

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

A custom value that's used when the value of a parameter isn't set.

Link copied to clipboard

The built-in options for default values. The value can be one of the following:

Functions

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