DashboardAggregationFunctionArgs

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)

Properties

Link copied to clipboard

Aggregation for attributes.

Link copied to clipboard

Aggregation for categorical values.

Link copied to clipboard

Aggregation for date values.

Link copied to clipboard

Aggregation for numerical values.

Functions

Link copied to clipboard
open override fun toJava(): DashboardAggregationFunctionArgs