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