GetMaintenanceWindowResult constructor

GetMaintenanceWindowResult({
  1. bool? allowUnassociatedTargets,
  2. DateTime? createdDate,
  3. int? cutoff,
  4. String? description,
  5. int? duration,
  6. bool? enabled,
  7. String? endDate,
  8. DateTime? modifiedDate,
  9. String? name,
  10. String? nextExecutionTime,
  11. String? schedule,
  12. int? scheduleOffset,
  13. String? scheduleTimezone,
  14. String? startDate,
  15. String? windowId,
})

Implementation

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