GoogleCloudApigeeV1DimensionMetric constructor

GoogleCloudApigeeV1DimensionMetric({
  1. List<String>? individualNames,
  2. List<GoogleCloudApigeeV1Metric>? metrics,
  3. String? name,
})

Implementation

GoogleCloudApigeeV1DimensionMetric({
  this.individualNames,
  this.metrics,
  this.name,
});