UpcomingMaintenance constructor

UpcomingMaintenance({
  1. bool? canReschedule,
  2. String? latestWindowStartTime,
  3. String? maintenanceStatus,
  4. String? type,
  5. String? windowEndTime,
  6. String? windowStartTime,
})

Implementation

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