EventDescription constructor

EventDescription({
  1. String? applicationName,
  2. String? environmentName,
  3. DateTime? eventDate,
  4. String? message,
  5. String? platformArn,
  6. String? requestId,
  7. EventSeverity? severity,
  8. String? templateName,
  9. String? versionLabel,
})

Implementation

EventDescription({
  this.applicationName,
  this.environmentName,
  this.eventDate,
  this.message,
  this.platformArn,
  this.requestId,
  this.severity,
  this.templateName,
  this.versionLabel,
});