DashboardDateTimeDefaultValues

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val staticValues: List<String>? = null