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
fun DashboardDateTimeDefaultValues(dynamicValue: DashboardDynamicDefaultValue? = null, rollingDate: DashboardRollingDateConfiguration? = null, staticValues: List<String>? = null)