OnceEventV3Body constructor
- int? id,
- DateTime? timestamp,
- OnceEventType? eventType,
- OnceEventSeverity? eventSeverity,
- OnceEventSource? eventSource,
- OnceOrganisation? organisation,
- bool? alert,
- String? description,
- OnceSim? sim,
Implementation
const OnceEventV3Body({
this.id,
this.timestamp,
this.eventType,
this.eventSeverity,
this.eventSource,
this.organisation,
this.alert,
this.description,
this.sim,
});