OnceEventV3Body constructor

const OnceEventV3Body({
  1. int? id,
  2. DateTime? timestamp,
  3. OnceEventType? eventType,
  4. OnceEventSeverity? eventSeverity,
  5. OnceEventSource? eventSource,
  6. OnceOrganisation? organisation,
  7. bool? alert,
  8. String? description,
  9. OnceSim? sim,
})

Implementation

const OnceEventV3Body({
  this.id,
  this.timestamp,
  this.eventType,
  this.eventSeverity,
  this.eventSource,
  this.organisation,
  this.alert,
  this.description,
  this.sim,
});