RulesEventExecution constructor
RulesEventExecution({})
Implementation
RulesEventExecution({
required this.eventId,
required this.timestamp,
required this.eventType,
required this.eventDescription,
required this.eventContext,
required this.ruleExecutions,
this.startTime,
this.endTime,
});