TemplateTotalAggregationOption

data class TemplateTotalAggregationOption(val fieldId: String, val totalAggregationFunction: TemplateTotalAggregationFunction)

Constructors

Link copied to clipboard
constructor(fieldId: String, totalAggregationFunction: TemplateTotalAggregationFunction)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.