GoogleCloudApigeeV1SecurityReportQueryMetric constructor

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

Implementation

GoogleCloudApigeeV1SecurityReportQueryMetric({
  this.aggregationFunction,
  this.alias,
  this.name,
  this.operator,
  this.value,
});