MaintenanceWindow constructor

MaintenanceWindow({
  1. int? customActionTimeoutMins,
  2. List<String>? daysOfWeek,
  3. List<int>? hoursOfDay,
  4. bool? isCustomActionTimeoutEnabled,
  5. int? leadTimeWeek,
  6. List<String>? months,
  7. String? patchingMode,
  8. String? preference,
  9. List<int>? weeksOfMonth,
})

Implementation

MaintenanceWindow({
  this.customActionTimeoutMins,
  this.daysOfWeek,
  this.hoursOfDay,
  this.isCustomActionTimeoutEnabled,
  this.leadTimeWeek,
  this.months,
  this.patchingMode,
  this.preference,
  this.weeksOfMonth,
});