DashboardExplicitHierarchy

data class DashboardExplicitHierarchy(val columns: List<DashboardColumnIdentifier>, val drillDownFilters: List<DashboardDrillDownFilter>? = null, val hierarchyId: String)

Constructors

Link copied to clipboard
constructor(columns: List<DashboardColumnIdentifier>, drillDownFilters: List<DashboardDrillDownFilter>? = null, hierarchyId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of columns that define the explicit hierarchy.

Link copied to clipboard

The option that determines the drill down filters for the explicit hierarchy.

Link copied to clipboard

The hierarchy ID of the explicit hierarchy.