Dashboard Date Time Parameter Declaration
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)