UpdatePatchBaselineResult constructor
UpdatePatchBaselineResult({
- PatchRuleGroup? approvalRules,
- List<
String> ? approvedPatches, - PatchComplianceLevel? approvedPatchesComplianceLevel,
- bool? approvedPatchesEnableNonSecurity,
- String? baselineId,
- DateTime? createdDate,
- String? description,
- PatchFilterGroup? globalFilters,
- DateTime? modifiedDate,
- String? name,
- OperatingSystem? operatingSystem,
- List<
String> ? rejectedPatches, - PatchAction? rejectedPatchesAction,
- List<
PatchSource> ? sources,
Implementation
UpdatePatchBaselineResult({
this.approvalRules,
this.approvedPatches,
this.approvedPatchesComplianceLevel,
this.approvedPatchesEnableNonSecurity,
this.baselineId,
this.createdDate,
this.description,
this.globalFilters,
this.modifiedDate,
this.name,
this.operatingSystem,
this.rejectedPatches,
this.rejectedPatchesAction,
this.sources,
});