DashboardPluginVisualFieldWell

data class DashboardPluginVisualFieldWell(val axisName: DashboardPluginVisualAxisName? = null, val dimensions: List<DashboardDimensionField>? = null, val measures: List<DashboardMeasureField>? = null, val unaggregated: List<DashboardUnaggregatedField>? = null)

Constructors

Link copied to clipboard
constructor(axisName: DashboardPluginVisualAxisName? = null, dimensions: List<DashboardDimensionField>? = null, measures: List<DashboardMeasureField>? = null, unaggregated: List<DashboardUnaggregatedField>? = null)

Types

Link copied to clipboard
object Companion

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.