ScalingConfigurationInfo constructor

ScalingConfigurationInfo({
  1. bool? autoPause,
  2. int? maxCapacity,
  3. int? minCapacity,
  4. int? secondsUntilAutoPause,
  5. String? timeoutAction,
})

Implementation

ScalingConfigurationInfo({
  this.autoPause,
  this.maxCapacity,
  this.minCapacity,
  this.secondsUntilAutoPause,
  this.timeoutAction,
});