GetFunctionResponse constructor
GetFunctionResponse({
- FunctionCodeLocation? code,
- FunctionConfiguration? configuration,
Implementation
GetFunctionResponse({
this.code,
this.configuration,
});