Dashboard Date Time Default Values
data class DashboardDateTimeDefaultValues(val dynamicValue: DashboardDynamicDefaultValue? = null, val rollingDate: DashboardRollingDateConfiguration? = null, val staticValues: List<String>? = null)
Constructors
Link copied to clipboard
constructor(dynamicValue: DashboardDynamicDefaultValue? = null, rollingDate: DashboardRollingDateConfiguration? = 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
.