TemplateNumericalAggregationFunction

data class TemplateNumericalAggregationFunction(val percentileAggregation: TemplatePercentileAggregation? = null, val simpleNumericalAggregation: TemplateSimpleNumericalAggregationFunction? = null)

Constructors

Link copied to clipboard
fun TemplateNumericalAggregationFunction(percentileAggregation: TemplatePercentileAggregation? = null, simpleNumericalAggregation: TemplateSimpleNumericalAggregationFunction? = null)

Types

Link copied to clipboard
object Companion

Properties