GoogleCloudApigeeV1StatsEnvironmentStats constructor
GoogleCloudApigeeV1StatsEnvironmentStats({
- List<
GoogleCloudApigeeV1DimensionMetric> ? dimensions, - List<
GoogleCloudApigeeV1Metric> ? metrics, - String? name,
Implementation
GoogleCloudApigeeV1StatsEnvironmentStats({
this.dimensions,
this.metrics,
this.name,
});