Dashboard Aggregation Function Args
data class DashboardAggregationFunctionArgs(val attributeAggregationFunction: Output<DashboardAttributeAggregationFunctionArgs>? = null, val categoricalAggregationFunction: Output<DashboardCategoricalAggregationFunction>? = null, val dateAggregationFunction: Output<DashboardDateAggregationFunction>? = null, val numericalAggregationFunction: Output<DashboardNumericalAggregationFunctionArgs>? = null) : ConvertibleToJava<DashboardAggregationFunctionArgs>
Constructors
Link copied to clipboard
constructor(attributeAggregationFunction: Output<DashboardAttributeAggregationFunctionArgs>? = null, categoricalAggregationFunction: Output<DashboardCategoricalAggregationFunction>? = null, dateAggregationFunction: Output<DashboardDateAggregationFunction>? = null, numericalAggregationFunction: Output<DashboardNumericalAggregationFunctionArgs>? = null)