AutoscalingConfig constructor

AutoscalingConfig({
  1. bool? autoscalingEnabled,
  2. double? autoscalingFactor,
  3. LimitConfig? limitConfig,
})

Implementation

AutoscalingConfig({
  this.autoscalingEnabled,
  this.autoscalingFactor,
  this.limitConfig,
});