UpcomingMaintenance constructor

UpcomingMaintenance({
  1. bool? canReschedule,
  2. String? latestWindowStartTime,
  3. bool? maintenanceOnShutdown,
  4. List<String>? maintenanceReasons,
  5. String? maintenanceStatus,
  6. String? type,
  7. String? windowEndTime,
  8. String? windowStartTime,
})

Implementation

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