TemplateTotalAggregationOptionArgs

data class TemplateTotalAggregationOptionArgs(val fieldId: Output<String>, val totalAggregationFunction: Output<TemplateTotalAggregationFunctionArgs>) : ConvertibleToJava<TemplateTotalAggregationOptionArgs>

Constructors

Link copied to clipboard
constructor(fieldId: Output<String>, totalAggregationFunction: Output<TemplateTotalAggregationFunctionArgs>)

Properties

Link copied to clipboard
val fieldId: Output<String>

The field id that's associated with the total aggregation option.

Link copied to clipboard

The total aggregation function that you want to set for a specified field id.

Functions

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