Google Cloud Apigee V1Custom Report Metric Args
    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
Link copied to clipboard
                fun GoogleCloudApigeeV1CustomReportMetricArgs(function: Output<String>? = null, name: Output<String>? = null)