Template Date Time Default Values
data class TemplateDateTimeDefaultValues(val dynamicValue: TemplateDynamicDefaultValue? = null, val rollingDate: TemplateRollingDateConfiguration? = null, val staticValues: List<String>? = null)
Constructors
Link copied to clipboard
constructor(dynamicValue: TemplateDynamicDefaultValue? = null, rollingDate: TemplateRollingDateConfiguration? = null, staticValues: 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
The static values of the DataTimeDefaultValues
.