Analysis Waterfall Chart Aggregated Field Wells Args
data class AnalysisWaterfallChartAggregatedFieldWellsArgs(val breakdowns: Output<List<AnalysisDimensionFieldArgs>>? = null, val categories: Output<List<AnalysisDimensionFieldArgs>>? = null, val values: Output<List<AnalysisMeasureFieldArgs>>? = null) : ConvertibleToJava<AnalysisWaterfallChartAggregatedFieldWellsArgs>
Constructors
Link copied to clipboard
constructor(breakdowns: Output<List<AnalysisDimensionFieldArgs>>? = null, categories: Output<List<AnalysisDimensionFieldArgs>>? = null, values: Output<List<AnalysisMeasureFieldArgs>>? = null)