GoogleCloudApigeeV1StatsHostStats constructor

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

Implementation

GoogleCloudApigeeV1StatsHostStats({
  this.dimensions,
  this.metrics,
  this.name,
});