DeviceMigrationLogDTO constructor
const
DeviceMigrationLogDTO({ - int? id,
- DeviceMigrationStatusDTO? status,
- bool? hasSentMigrateCommand,
- String? errorMessage,
- DateTime? migrationDate,
- DeviceDataDTO? device,
- DeviceMigrationRequestDTO? request,
- String? detailsSnapshot,
- String? eventsSnapshot,
- String? alertsSnapshot,
})
Implementation
const DeviceMigrationLogDTO({
this.id,
this.status,
this.hasSentMigrateCommand,
this.errorMessage,
this.migrationDate,
this.device,
this.request,
this.detailsSnapshot,
this.eventsSnapshot,
this.alertsSnapshot,
});