Event constructor

Event({
  1. String? accessKeyId,
  2. String? cloudTrailEvent,
  3. String? eventId,
  4. String? eventName,
  5. String? eventSource,
  6. DateTime? eventTime,
  7. String? readOnly,
  8. List<Resource>? resources,
  9. String? username,
})

Implementation

Event({
  this.accessKeyId,
  this.cloudTrailEvent,
  this.eventId,
  this.eventName,
  this.eventSource,
  this.eventTime,
  this.readOnly,
  this.resources,
  this.username,
});