DashboardLineChartAggregatedFieldWellsArgs

data class DashboardLineChartAggregatedFieldWellsArgs(val category: Output<List<DashboardDimensionFieldArgs>>? = null, val colors: Output<List<DashboardDimensionFieldArgs>>? = null, val smallMultiples: Output<List<DashboardDimensionFieldArgs>>? = null, val values: Output<List<DashboardMeasureFieldArgs>>? = null) : ConvertibleToJava<DashboardLineChartAggregatedFieldWellsArgs>

Constructors

fun DashboardLineChartAggregatedFieldWellsArgs(category: Output<List<DashboardDimensionFieldArgs>>? = null, colors: Output<List<DashboardDimensionFieldArgs>>? = null, smallMultiples: Output<List<DashboardDimensionFieldArgs>>? = null, values: Output<List<DashboardMeasureFieldArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val values: Output<List<DashboardMeasureFieldArgs>>? = null