Dashboard Date Time Format Configuration Args
data class DashboardDateTimeFormatConfigurationArgs(val dateTimeFormat: Output<String>? = null, val nullValueFormatConfiguration: Output<DashboardNullValueFormatConfigurationArgs>? = null, val numericFormatConfiguration: Output<DashboardNumericFormatConfigurationArgs>? = null) : ConvertibleToJava<DashboardDateTimeFormatConfigurationArgs>
Constructors
Link copied to clipboard
constructor(dateTimeFormat: Output<String>? = null, nullValueFormatConfiguration: Output<DashboardNullValueFormatConfigurationArgs>? = null, numericFormatConfiguration: Output<DashboardNumericFormatConfigurationArgs>? = null)