LambdaFunctionCompletedEventAttributes constructor

LambdaFunctionCompletedEventAttributes({
  1. required int scheduledEventId,
  2. required int startedEventId,
  3. String? result,
})

Implementation

LambdaFunctionCompletedEventAttributes({
  required this.scheduledEventId,
  required this.startedEventId,
  this.result,
});