AnalysisDateTimeDefaultValuesArgs

data class AnalysisDateTimeDefaultValuesArgs(val dynamicValue: Output<AnalysisDynamicDefaultValueArgs>? = null, val rollingDate: Output<AnalysisRollingDateConfigurationArgs>? = null, val staticValues: Output<List<String>>? = null) : ConvertibleToJava<AnalysisDateTimeDefaultValuesArgs>

Constructors

Link copied to clipboard
constructor(dynamicValue: Output<AnalysisDynamicDefaultValueArgs>? = null, rollingDate: Output<AnalysisRollingDateConfigurationArgs>? = null, staticValues: Output<List<String>>? = null)

Properties

Link copied to clipboard

The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.

Link copied to clipboard

The rolling date of the DataTimeDefaultValues . The date is determined from the dataset based on input expression.

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

The static values of the DataTimeDefaultValues .

Functions

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