TemplatePredefinedHierarchy

data class TemplatePredefinedHierarchy(val columns: List<TemplateColumnIdentifier>, val drillDownFilters: List<TemplateDrillDownFilter>? = null, val hierarchyId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of columns that define the predefined hierarchy.

Link copied to clipboard

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

Link copied to clipboard

The hierarchy ID of the predefined hierarchy.