TemplateTotalAggregationFunctionArgs

data class TemplateTotalAggregationFunctionArgs(val simpleTotalAggregationFunction: Output<TemplateSimpleTotalAggregationFunction>? = null) : ConvertibleToJava<TemplateTotalAggregationFunctionArgs>

Constructors

Link copied to clipboard
constructor(simpleTotalAggregationFunction: Output<TemplateSimpleTotalAggregationFunction>? = null)

Properties

Link copied to clipboard

A built in aggregation function for total values.

Functions

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