DashboardDateTimeParameterDeclaration

data class DashboardDateTimeParameterDeclaration(val defaultValues: DashboardDateTimeDefaultValues? = null, val mappedDataSetParameters: List<DashboardMappedDataSetParameter>? = null, val name: String, val timeGranularity: DashboardTimeGranularity? = null, val valueWhenUnset: DashboardDateTimeValueWhenUnsetConfiguration? = null)

Constructors

Link copied to clipboard
fun DashboardDateTimeParameterDeclaration(defaultValues: DashboardDateTimeDefaultValues? = null, mappedDataSetParameters: List<DashboardMappedDataSetParameter>? = null, name: String, timeGranularity: DashboardTimeGranularity? = null, valueWhenUnset: DashboardDateTimeValueWhenUnsetConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard