DashboardDateTimeFormatConfiguration

data class DashboardDateTimeFormatConfiguration(val dateTimeFormat: String? = null, val nullValueFormatConfiguration: DashboardNullValueFormatConfiguration? = null, val numericFormatConfiguration: DashboardNumericFormatConfiguration? = null)

Constructors

Link copied to clipboard
fun DashboardDateTimeFormatConfiguration(dateTimeFormat: String? = null, nullValueFormatConfiguration: DashboardNullValueFormatConfiguration? = null, numericFormatConfiguration: DashboardNumericFormatConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties