PredefinedScalingMetricSpecification constructor

PredefinedScalingMetricSpecification({
  1. required ScalingMetricType predefinedScalingMetricType,
  2. String? resourceLabel,
})

Implementation

PredefinedScalingMetricSpecification({
  required this.predefinedScalingMetricType,
  this.resourceLabel,
});