TemplatePluginVisualFieldWellArgs

data class TemplatePluginVisualFieldWellArgs(val axisName: Output<TemplatePluginVisualAxisName>? = null, val dimensions: Output<List<TemplateDimensionFieldArgs>>? = null, val measures: Output<List<TemplateMeasureFieldArgs>>? = null, val unaggregated: Output<List<TemplateUnaggregatedFieldArgs>>? = null) : ConvertibleToJava<TemplatePluginVisualFieldWellArgs>

Constructors

Link copied to clipboard
constructor(axisName: Output<TemplatePluginVisualAxisName>? = null, dimensions: Output<List<TemplateDimensionFieldArgs>>? = null, measures: Output<List<TemplateMeasureFieldArgs>>? = null, unaggregated: Output<List<TemplateUnaggregatedFieldArgs>>? = 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
val measures: Output<List<TemplateMeasureFieldArgs>>? = null

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(): TemplatePluginVisualFieldWellArgs