AutoscalingConfig constructor

AutoscalingConfig({
  1. String? policyUri,
})

Implementation

AutoscalingConfig({
  this.policyUri,
});