PatchSummary constructor
PatchSummary({})
Implementation
PatchSummary({
required this.id,
this.failedCount,
this.installedCount,
this.installedOtherCount,
this.installedPendingReboot,
this.installedRejectedCount,
this.missingCount,
this.operation,
this.operationEndTime,
this.operationStartTime,
this.rebootOption,
});