GoogleCloudApigeeV1Metric constructor

GoogleCloudApigeeV1Metric({
  1. String? name,
  2. List<Object?>? values,
})

Implementation

GoogleCloudApigeeV1Metric({
  this.name,
  this.values,
});