Template Aggregation Function
data class TemplateAggregationFunction(val attributeAggregationFunction: TemplateAttributeAggregationFunction? = null, val categoricalAggregationFunction: TemplateCategoricalAggregationFunction? = null, val dateAggregationFunction: TemplateDateAggregationFunction? = null, val numericalAggregationFunction: TemplateNumericalAggregationFunction? = null)
Constructors
Link copied to clipboard
constructor(attributeAggregationFunction: TemplateAttributeAggregationFunction? = null, categoricalAggregationFunction: TemplateCategoricalAggregationFunction? = null, dateAggregationFunction: TemplateDateAggregationFunction? = null, numericalAggregationFunction: TemplateNumericalAggregationFunction? = null)