FunctionConfiguration constructor
FunctionConfiguration({
- EncodingType? encodingType,
- FunctionConfigurationEnvironment? environment,
- String? execArgs,
- String? executable,
- int? memorySize,
- bool? pinned,
- int? timeout,
Implementation
FunctionConfiguration({
this.encodingType,
this.environment,
this.execArgs,
this.executable,
this.memorySize,
this.pinned,
this.timeout,
});