Template Total Aggregation Option Args
data class TemplateTotalAggregationOptionArgs(val fieldId: Output<String>, val totalAggregationFunction: Output<TemplateTotalAggregationFunctionArgs>) : ConvertibleToJava<TemplateTotalAggregationOptionArgs>
Constructors
Link copied to clipboard
constructor(fieldId: Output<String>, totalAggregationFunction: Output<TemplateTotalAggregationFunctionArgs>)