GoogleCloudApigeeV1MetricAggregation constructor

GoogleCloudApigeeV1MetricAggregation({
  1. String? aggregation,
  2. String? name,
  3. String? order,
})

Implementation

GoogleCloudApigeeV1MetricAggregation({
  this.aggregation,
  this.name,
  this.order,
});