Analysis Date Time Format Configuration Args
data class AnalysisDateTimeFormatConfigurationArgs(val dateTimeFormat: Output<String>? = null, val nullValueFormatConfiguration: Output<AnalysisNullValueFormatConfigurationArgs>? = null, val numericFormatConfiguration: Output<AnalysisNumericFormatConfigurationArgs>? = null) : ConvertibleToJava<AnalysisDateTimeFormatConfigurationArgs>
Constructors
Link copied to clipboard
constructor(dateTimeFormat: Output<String>? = null, nullValueFormatConfiguration: Output<AnalysisNullValueFormatConfigurationArgs>? = null, numericFormatConfiguration: Output<AnalysisNumericFormatConfigurationArgs>? = null)