AutoscalersScopedList constructor

AutoscalersScopedList({
  1. List<Autoscaler>? autoscalers,
  2. AutoscalersScopedListWarning? warning,
})

Implementation

AutoscalersScopedList({
  this.autoscalers,
  this.warning,
});