TemplateWaterfallChartAggregatedFieldWellsArgs

data class TemplateWaterfallChartAggregatedFieldWellsArgs(val breakdowns: Output<List<TemplateDimensionFieldArgs>>? = null, val categories: Output<List<TemplateDimensionFieldArgs>>? = null, val values: Output<List<TemplateMeasureFieldArgs>>? = null) : ConvertibleToJava<TemplateWaterfallChartAggregatedFieldWellsArgs>

Constructors

constructor(breakdowns: Output<List<TemplateDimensionFieldArgs>>? = null, categories: Output<List<TemplateDimensionFieldArgs>>? = null, values: Output<List<TemplateMeasureFieldArgs>>? = null)

Properties

Link copied to clipboard

The breakdown field wells of a waterfall visual.

Link copied to clipboard

The category field wells of a waterfall visual.

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

The value field wells of a waterfall visual.

Functions

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