GetFunctionConcurrencyResponse constructor

GetFunctionConcurrencyResponse({
  1. int? reservedConcurrentExecutions,
})

Implementation

GetFunctionConcurrencyResponse({
  this.reservedConcurrentExecutions,
});