Dashboard Date Time Default Values Args
data class DashboardDateTimeDefaultValuesArgs(val dynamicValue: Output<DashboardDynamicDefaultValueArgs>? = null, val rollingDate: Output<DashboardRollingDateConfigurationArgs>? = null, val staticValues: Output<List<String>>? = null) : ConvertibleToJava<DashboardDateTimeDefaultValuesArgs>
Constructors
Link copied to clipboard
constructor(dynamicValue: Output<DashboardDynamicDefaultValueArgs>? = null, rollingDate: Output<DashboardRollingDateConfigurationArgs>? = 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
.