AnalysisWaterfallChartAggregatedFieldWellsArgs

data class AnalysisWaterfallChartAggregatedFieldWellsArgs(val breakdowns: Output<List<AnalysisDimensionFieldArgs>>? = null, val categories: Output<List<AnalysisDimensionFieldArgs>>? = null, val values: Output<List<AnalysisMeasureFieldArgs>>? = null) : ConvertibleToJava<AnalysisWaterfallChartAggregatedFieldWellsArgs>

Constructors

constructor(breakdowns: Output<List<AnalysisDimensionFieldArgs>>? = null, categories: Output<List<AnalysisDimensionFieldArgs>>? = null, values: Output<List<AnalysisMeasureFieldArgs>>? = 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<AnalysisMeasureFieldArgs>>? = null

The value field wells of a waterfall visual.

Functions

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