GetPatchBaselineResult constructor

GetPatchBaselineResult({
  1. PatchRuleGroup? approvalRules,
  2. List<String>? approvedPatches,
  3. PatchComplianceLevel? approvedPatchesComplianceLevel,
  4. bool? approvedPatchesEnableNonSecurity,
  5. String? baselineId,
  6. DateTime? createdDate,
  7. String? description,
  8. PatchFilterGroup? globalFilters,
  9. DateTime? modifiedDate,
  10. String? name,
  11. OperatingSystem? operatingSystem,
  12. List<String>? patchGroups,
  13. List<String>? rejectedPatches,
  14. PatchAction? rejectedPatchesAction,
  15. List<PatchSource>? sources,
})

Implementation

GetPatchBaselineResult({
  this.approvalRules,
  this.approvedPatches,
  this.approvedPatchesComplianceLevel,
  this.approvedPatchesEnableNonSecurity,
  this.baselineId,
  this.createdDate,
  this.description,
  this.globalFilters,
  this.modifiedDate,
  this.name,
  this.operatingSystem,
  this.patchGroups,
  this.rejectedPatches,
  this.rejectedPatchesAction,
  this.sources,
});