DashboardScatterPlotUnaggregatedFieldWellsArgs

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

Constructors

fun DashboardScatterPlotUnaggregatedFieldWellsArgs(category: Output<List<DashboardDimensionFieldArgs>>? = null, label: Output<List<DashboardDimensionFieldArgs>>? = null, size: Output<List<DashboardMeasureFieldArgs>>? = null, xAxis: Output<List<DashboardDimensionFieldArgs>>? = null, yAxis: Output<List<DashboardDimensionFieldArgs>>? = null)

Functions

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

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<DashboardDimensionFieldArgs>>? = null
Link copied to clipboard
val yAxis: Output<List<DashboardDimensionFieldArgs>>? = null