LambdaFunctionStartedEventAttributes constructor

LambdaFunctionStartedEventAttributes({
  1. required int scheduledEventId,
})

Implementation

LambdaFunctionStartedEventAttributes({
  required this.scheduledEventId,
});