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