EventSendV3Body constructor
const
EventSendV3Body({ - DeviceEventId? id,
- DeviceEventLevelDTO? level,
- String? controllerOnTime,
- String? engineRuntime,
- FmiDTO? fmi,
- bool? isDateTimeEstimated,
- bool? active,
- DateTime? dateTime,
- ParameterId? parameterId,
- dynamic oldValue,
- dynamic newValue,
})
Implementation
const EventSendV3Body({
this.id,
this.level,
this.controllerOnTime,
this.engineRuntime,
this.fmi,
this.isDateTimeEstimated,
this.active,
this.dateTime,
this.parameterId,
this.oldValue,
this.newValue,
});