TemplatePluginVisualFieldWell

data class TemplatePluginVisualFieldWell(val axisName: TemplatePluginVisualAxisName? = null, val dimensions: List<TemplateDimensionField>? = null, val measures: List<TemplateMeasureField>? = null, val unaggregated: List<TemplateUnaggregatedField>? = null)

Constructors

Link copied to clipboard
constructor(axisName: TemplatePluginVisualAxisName? = null, dimensions: List<TemplateDimensionField>? = null, measures: List<TemplateMeasureField>? = null, unaggregated: List<TemplateUnaggregatedField>? = 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.