Dashboard Attribute Aggregation Function
data class DashboardAttributeAggregationFunction(val simpleAttributeAggregation: DashboardSimpleAttributeAggregationFunction? = null, val valueForMultipleValues: String? = null)
Constructors
Link copied to clipboard
constructor(simpleAttributeAggregation: DashboardSimpleAttributeAggregationFunction? = null, valueForMultipleValues: String? = null)