DashboardDateTimeHierarchyArgs

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

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val hierarchyId: Output<String>

The hierarchy ID of the DateTime hierarchy.

Functions

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