ListFunctionEventInvokeConfigsResponse constructor
ListFunctionEventInvokeConfigsResponse({
- List<
FunctionEventInvokeConfig> ? functionEventInvokeConfigs, - String? nextMarker,
Implementation
ListFunctionEventInvokeConfigsResponse({
this.functionEventInvokeConfigs,
this.nextMarker,
});