Dashboard Aggregation Function
data class DashboardAggregationFunction(val attributeAggregationFunction: DashboardAttributeAggregationFunction? = null, val categoricalAggregationFunction: DashboardCategoricalAggregationFunction? = null, val dateAggregationFunction: DashboardDateAggregationFunction? = null, val numericalAggregationFunction: DashboardNumericalAggregationFunction? = null)
Constructors
Link copied to clipboard
constructor(attributeAggregationFunction: DashboardAttributeAggregationFunction? = null, categoricalAggregationFunction: DashboardCategoricalAggregationFunction? = null, dateAggregationFunction: DashboardDateAggregationFunction? = null, numericalAggregationFunction: DashboardNumericalAggregationFunction? = null)