Patch constructor
Patch({
- List<
String> ? advisoryIds, - String? arch,
- List<
String> ? bugzillaIds, - List<
String> ? cVEIds, - String? classification,
- String? contentUrl,
- String? description,
- int? epoch,
- String? id,
- String? kbNumber,
- String? language,
- String? msrcNumber,
- String? msrcSeverity,
- String? name,
- String? product,
- String? productFamily,
- String? release,
- DateTime? releaseDate,
- String? repository,
- String? severity,
- String? title,
- String? vendor,
- 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,
});