DashboardFunnelChartAggregatedFieldWellsArgs

data class DashboardFunnelChartAggregatedFieldWellsArgs(val category: Output<List<DashboardDimensionFieldArgs>>? = null, val values: Output<List<DashboardMeasureFieldArgs>>? = null) : ConvertibleToJava<DashboardFunnelChartAggregatedFieldWellsArgs>

Constructors

constructor(category: Output<List<DashboardDimensionFieldArgs>>? = null, values: Output<List<DashboardMeasureFieldArgs>>? = null)

Properties

Link copied to clipboard

The category field wells of a funnel chart. Values are grouped by category fields.

Link copied to clipboard
val values: Output<List<DashboardMeasureFieldArgs>>? = null

The value field wells of a funnel chart. Values are aggregated based on categories.

Functions

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