PatchRule constructor

PatchRule({
  1. required PatchFilterGroup patchFilterGroup,
  2. int? approveAfterDays,
  3. String? approveUntilDate,
  4. PatchComplianceLevel? complianceLevel,
  5. bool? enableNonSecurity,
})

Implementation

PatchRule({
  required this.patchFilterGroup,
  this.approveAfterDays,
  this.approveUntilDate,
  this.complianceLevel,
  this.enableNonSecurity,
});