UpdateMaintenanceWindowResult constructor

UpdateMaintenanceWindowResult({
  1. bool? allowUnassociatedTargets,
  2. int? cutoff,
  3. String? description,
  4. int? duration,
  5. bool? enabled,
  6. String? endDate,
  7. String? name,
  8. String? schedule,
  9. int? scheduleOffset,
  10. String? scheduleTimezone,
  11. String? startDate,
  12. String? windowId,
})

Implementation

UpdateMaintenanceWindowResult({
  this.allowUnassociatedTargets,
  this.cutoff,
  this.description,
  this.duration,
  this.enabled,
  this.endDate,
  this.name,
  this.schedule,
  this.scheduleOffset,
  this.scheduleTimezone,
  this.startDate,
  this.windowId,
});