DashboardScatterPlotCategoricallyAggregatedFieldWellsArgs

data class DashboardScatterPlotCategoricallyAggregatedFieldWellsArgs(val category: Output<List<DashboardDimensionFieldArgs>>? = null, val label: Output<List<DashboardDimensionFieldArgs>>? = null, val size: Output<List<DashboardMeasureFieldArgs>>? = null, val xAxis: Output<List<DashboardMeasureFieldArgs>>? = null, val yAxis: Output<List<DashboardMeasureFieldArgs>>? = null) : ConvertibleToJava<DashboardScatterPlotCategoricallyAggregatedFieldWellsArgs>

Constructors

Functions

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

Properties

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