DashboardPredefinedHierarchyArgs

data class DashboardPredefinedHierarchyArgs(val columns: Output<List<DashboardColumnIdentifierArgs>>, val drillDownFilters: Output<List<DashboardDrillDownFilterArgs>>? = null, val hierarchyId: Output<String>) : ConvertibleToJava<DashboardPredefinedHierarchyArgs>

Constructors

Link copied to clipboard
fun DashboardPredefinedHierarchyArgs(columns: Output<List<DashboardColumnIdentifierArgs>>, drillDownFilters: Output<List<DashboardDrillDownFilterArgs>>? = null, hierarchyId: Output<String>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val hierarchyId: Output<String>