DashboardScatterPlotFieldWellsArgs

data class DashboardScatterPlotFieldWellsArgs(val scatterPlotCategoricallyAggregatedFieldWells: Output<DashboardScatterPlotCategoricallyAggregatedFieldWellsArgs>? = null, val scatterPlotUnaggregatedFieldWells: Output<DashboardScatterPlotUnaggregatedFieldWellsArgs>? = null) : ConvertibleToJava<DashboardScatterPlotFieldWellsArgs>

Constructors

Link copied to clipboard
fun DashboardScatterPlotFieldWellsArgs(scatterPlotCategoricallyAggregatedFieldWells: Output<DashboardScatterPlotCategoricallyAggregatedFieldWellsArgs>? = null, scatterPlotUnaggregatedFieldWells: Output<DashboardScatterPlotUnaggregatedFieldWellsArgs>? = null)

Functions

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

Properties