GoogleCloudApigeeV1CustomReportMetricArgs

data class GoogleCloudApigeeV1CustomReportMetricArgs(val function: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<GoogleCloudApigeeV1CustomReportMetricArgs>

This encapsulates a metric property of the form sum(message_count) where name is message_count and function is sum

Constructors

fun GoogleCloudApigeeV1CustomReportMetricArgs(function: Output<String>? = null, name: Output<String>? = null)

Functions

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

Properties

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

aggregate function

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

name of the metric