ListFunctionEventInvokeConfigsResponse constructor

ListFunctionEventInvokeConfigsResponse({
  1. List<FunctionEventInvokeConfig>? functionEventInvokeConfigs,
  2. String? nextMarker,
})

Implementation

ListFunctionEventInvokeConfigsResponse({
  this.functionEventInvokeConfigs,
  this.nextMarker,
});