GoogleCloudApigeeV1QueryMetricArgs

data class GoogleCloudApigeeV1QueryMetricArgs(val alias: Output<String>? = null, val function: Output<String>? = null, val name: Output<String>, val operator: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<GoogleCloudApigeeV1QueryMetricArgs>

More info about Metric: https://docs.apigee.com/api-platform/analytics/analytics-reference#metrics

Constructors

Link copied to clipboard
fun GoogleCloudApigeeV1QueryMetricArgs(alias: Output<String>? = null, function: Output<String>? = null, name: Output<String>, operator: Output<String>? = null, value: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val alias: Output<String>? = null

Alias for the metric. Alias will be used to replace metric name in query results.

Link copied to clipboard
val function: Output<String>? = null

Aggregation function: avg, min, max, or sum.

Link copied to clipboard
val name: Output<String>

Metric name.

Link copied to clipboard
val operator: Output<String>? = null

One of +, -, /, %, *.

Link copied to clipboard
val value: Output<String>? = null

Operand value should be provided when operator is set.