DashboardDateTimeFormatConfigurationArgs

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)

Properties

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

Determines the DateTime format.

Link copied to clipboard

The options that determine the null value format configuration.

Link copied to clipboard

The formatting configuration for numeric DateTime fields.

Functions

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