AnalysisPluginVisualFieldWell

data class AnalysisPluginVisualFieldWell(val axisName: AnalysisPluginVisualAxisName? = null, val dimensions: List<AnalysisDimensionField>? = null, val measures: List<AnalysisMeasureField>? = null, val unaggregated: List<AnalysisUnaggregatedField>? = null)

Constructors

Link copied to clipboard
constructor(axisName: AnalysisPluginVisualAxisName? = null, dimensions: List<AnalysisDimensionField>? = null, measures: List<AnalysisMeasureField>? = null, unaggregated: List<AnalysisUnaggregatedField>? = 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.