GetFunctionResponse constructor

GetFunctionResponse({
  1. FunctionCodeLocation? code,
  2. Concurrency? concurrency,
  3. FunctionConfiguration? configuration,
  4. Map<String, String>? tags,
})

Implementation

GetFunctionResponse({
  this.code,
  this.concurrency,
  this.configuration,
  this.tags,
});