Patch constructor

Patch({
  1. List<String>? advisoryIds,
  2. String? arch,
  3. List<String>? bugzillaIds,
  4. List<String>? cVEIds,
  5. String? classification,
  6. String? contentUrl,
  7. String? description,
  8. int? epoch,
  9. String? id,
  10. String? kbNumber,
  11. String? language,
  12. String? msrcNumber,
  13. String? msrcSeverity,
  14. String? name,
  15. String? product,
  16. String? productFamily,
  17. String? release,
  18. DateTime? releaseDate,
  19. String? repository,
  20. String? severity,
  21. String? title,
  22. String? vendor,
  23. String? version,
})

Implementation

Patch({
  this.advisoryIds,
  this.arch,
  this.bugzillaIds,
  this.cVEIds,
  this.classification,
  this.contentUrl,
  this.description,
  this.epoch,
  this.id,
  this.kbNumber,
  this.language,
  this.msrcNumber,
  this.msrcSeverity,
  this.name,
  this.product,
  this.productFamily,
  this.release,
  this.releaseDate,
  this.repository,
  this.severity,
  this.title,
  this.vendor,
  this.version,
});