AutoscalingConfig constructor
AutoscalingConfig({
- bool? autoscalingEnabled,
- double? autoscalingFactor,
- LimitConfig? limitConfig,
Implementation
AutoscalingConfig({
this.autoscalingEnabled,
this.autoscalingFactor,
this.limitConfig,
});