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
fun DashboardAggregationFunctionArgs(attributeAggregationFunction: Output<DashboardAttributeAggregationFunctionArgs>? = null, categoricalAggregationFunction: Output<DashboardCategoricalAggregationFunction>? = null, dateAggregationFunction: Output<DashboardDateAggregationFunction>? = null, numericalAggregationFunction: Output<DashboardNumericalAggregationFunctionArgs>? = null)

Functions

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

Properties