DashboardCategoricalMeasureFieldArgs

data class DashboardCategoricalMeasureFieldArgs(val aggregationFunction: Output<DashboardCategoricalAggregationFunction>? = null, val column: Output<DashboardColumnIdentifierArgs>, val fieldId: Output<String>, val formatConfiguration: Output<DashboardStringFormatConfigurationArgs>? = null) : ConvertibleToJava<DashboardCategoricalMeasureFieldArgs>

Constructors

Link copied to clipboard
constructor(aggregationFunction: Output<DashboardCategoricalAggregationFunction>? = null, column: Output<DashboardColumnIdentifierArgs>, fieldId: Output<String>, formatConfiguration: Output<DashboardStringFormatConfigurationArgs>? = null)

Properties

Link copied to clipboard

The aggregation function of the measure field.

Link copied to clipboard

The column that is used in the CategoricalMeasureField .

Link copied to clipboard
val fieldId: Output<String>

The custom field ID.

Link copied to clipboard

The format configuration of the field.

Functions

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