Template Attribute Aggregation Function
data class TemplateAttributeAggregationFunction(val simpleAttributeAggregation: TemplateSimpleAttributeAggregationFunction? = null, val valueForMultipleValues: String? = null)
Constructors
Link copied to clipboard
fun TemplateAttributeAggregationFunction(simpleAttributeAggregation: TemplateSimpleAttributeAggregationFunction? = null, valueForMultipleValues: String? = null)