GoogleCloudApigeeV1QueryMetric constructor

GoogleCloudApigeeV1QueryMetric({
  1. String? alias,
  2. String? function,
  3. String? name,
  4. String? operator,
  5. String? value,
})

Implementation

GoogleCloudApigeeV1QueryMetric({
  this.alias,
  this.function,
  this.name,
  this.operator,
  this.value,
});