GoogleCloudApigeeV1SecurityReportQueryMetricArgs

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

Metric of the Query

Constructors

fun GoogleCloudApigeeV1SecurityReportQueryMetricArgs(aggregationFunction: Output<String>? = null, alias: Output<String>? = null, name: Output<String>, operator: Output<String>? = null, value: Output<String>? = null)

Functions

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

Properties

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

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

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 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.