GetFunctionResponse constructor

GetFunctionResponse({
  1. FunctionCodeLocation? code,
  2. FunctionConfiguration? configuration,
})

Implementation

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