DashboardPluginVisualFieldWellArgs

data class DashboardPluginVisualFieldWellArgs(val axisName: Output<DashboardPluginVisualAxisName>? = null, val dimensions: Output<List<DashboardDimensionFieldArgs>>? = null, val measures: Output<List<DashboardMeasureFieldArgs>>? = null, val unaggregated: Output<List<DashboardUnaggregatedFieldArgs>>? = null) : ConvertibleToJava<DashboardPluginVisualFieldWellArgs>

Constructors

Link copied to clipboard
constructor(axisName: Output<DashboardPluginVisualAxisName>? = null, dimensions: Output<List<DashboardDimensionFieldArgs>>? = null, measures: Output<List<DashboardMeasureFieldArgs>>? = null, unaggregated: Output<List<DashboardUnaggregatedFieldArgs>>? = null)

Properties

Link copied to clipboard

The semantic axis name for the field well.

Link copied to clipboard

A list of dimensions for the field well.

Link copied to clipboard

A list of measures that exist in the field well.

Link copied to clipboard

A list of unaggregated fields that exist in the field well.

Functions

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