AnalysisScatterPlotCategoricallyAggregatedFieldWellsArgs

data class AnalysisScatterPlotCategoricallyAggregatedFieldWellsArgs(val category: Output<List<AnalysisDimensionFieldArgs>>? = null, val label: Output<List<AnalysisDimensionFieldArgs>>? = null, val size: Output<List<AnalysisMeasureFieldArgs>>? = null, val xAxis: Output<List<AnalysisMeasureFieldArgs>>? = null, val yAxis: Output<List<AnalysisMeasureFieldArgs>>? = null) : ConvertibleToJava<AnalysisScatterPlotCategoricallyAggregatedFieldWellsArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val label: Output<List<AnalysisDimensionFieldArgs>>? = null
Link copied to clipboard
val size: Output<List<AnalysisMeasureFieldArgs>>? = null
Link copied to clipboard
val xAxis: Output<List<AnalysisMeasureFieldArgs>>? = null
Link copied to clipboard
val yAxis: Output<List<AnalysisMeasureFieldArgs>>? = null