Template Date Time Format Configuration
data class TemplateDateTimeFormatConfiguration(val dateTimeFormat: String? = null, val nullValueFormatConfiguration: TemplateNullValueFormatConfiguration? = null, val numericFormatConfiguration: TemplateNumericFormatConfiguration? = null)
Constructors
Link copied to clipboard
constructor(dateTimeFormat: String? = null, nullValueFormatConfiguration: TemplateNullValueFormatConfiguration? = null, numericFormatConfiguration: TemplateNumericFormatConfiguration? = null)