AnalysisDateTimeDefaultValues

data class AnalysisDateTimeDefaultValues(val dynamicValue: AnalysisDynamicDefaultValue? = null, val rollingDate: AnalysisRollingDateConfiguration? = null, val staticValues: List<String>? = null)

Constructors

Link copied to clipboard
constructor(dynamicValue: AnalysisDynamicDefaultValue? = null, rollingDate: AnalysisRollingDateConfiguration? = null, staticValues: List<String>? = null)

Types

Link copied to clipboard
object Companion

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: List<String>? = null

The static values of the DataTimeDefaultValues .