GoogleCloudApigeeV1CustomReportMetric constructor

GoogleCloudApigeeV1CustomReportMetric({
  1. String? function,
  2. String? name,
})

Implementation

GoogleCloudApigeeV1CustomReportMetric({
  this.function,
  this.name,
});