DashboardAggregationFunction

data class DashboardAggregationFunction(val attributeAggregationFunction: DashboardAttributeAggregationFunction? = null, val categoricalAggregationFunction: DashboardCategoricalAggregationFunction? = null, val dateAggregationFunction: DashboardDateAggregationFunction? = null, val numericalAggregationFunction: DashboardNumericalAggregationFunction? = null)

Constructors

Link copied to clipboard
fun DashboardAggregationFunction(attributeAggregationFunction: DashboardAttributeAggregationFunction? = null, categoricalAggregationFunction: DashboardCategoricalAggregationFunction? = null, dateAggregationFunction: DashboardDateAggregationFunction? = null, numericalAggregationFunction: DashboardNumericalAggregationFunction? = null)

Types

Link copied to clipboard
object Companion

Properties