TemplatePredefinedHierarchyArgs

data class TemplatePredefinedHierarchyArgs(val columns: Output<List<TemplateColumnIdentifierArgs>>, val drillDownFilters: Output<List<TemplateDrillDownFilterArgs>>? = null, val hierarchyId: Output<String>) : ConvertibleToJava<TemplatePredefinedHierarchyArgs>

Constructors

Link copied to clipboard
constructor(columns: Output<List<TemplateColumnIdentifierArgs>>, drillDownFilters: Output<List<TemplateDrillDownFilterArgs>>? = null, hierarchyId: Output<String>)

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
val hierarchyId: Output<String>

The hierarchy ID of the predefined hierarchy.

Functions

Link copied to clipboard
open override fun toJava(): TemplatePredefinedHierarchyArgs