AutoscalingPolicyScaleInControl constructor

AutoscalingPolicyScaleInControl({
  1. FixedOrPercent? maxScaledInReplicas,
  2. int? timeWindowSec,
})

Implementation

AutoscalingPolicyScaleInControl({
  this.maxScaledInReplicas,
  this.timeWindowSec,
});