UpcomingMaintenance constructor
      
      UpcomingMaintenance({})
     
    
    
Implementation
UpcomingMaintenance({
  this.canReschedule,
  this.latestWindowStartTime,
  this.maintenanceStatus,
  this.type,
  this.windowEndTime,
  this.windowStartTime,
});