GetFunctionResponse constructor
GetFunctionResponse({
- FunctionCodeLocation? code,
- Concurrency? concurrency,
- FunctionConfiguration? configuration,
- Map<
String, String> ? tags,
Implementation
GetFunctionResponse({
this.code,
this.concurrency,
this.configuration,
this.tags,
});