DashboardTimeRangeDrillDownFilter

data class DashboardTimeRangeDrillDownFilter(val column: DashboardColumnIdentifier, val rangeMaximum: String, val rangeMinimum: String, val timeGranularity: DashboardTimeGranularity)

Constructors

Link copied to clipboard
constructor(column: DashboardColumnIdentifier, rangeMaximum: String, rangeMinimum: String, timeGranularity: DashboardTimeGranularity)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column that the filter is applied to.

Link copied to clipboard

The maximum value for the filter value range.

Link copied to clipboard

The minimum value for the filter value range.

Link copied to clipboard

The level of time precision that is used to aggregate DateTime values.