MaintenanceWindow constructor

MaintenanceWindow({
  1. int? day,
  2. int? hour,
  3. String? kind,
  4. String? updateTrack,
})

Implementation

MaintenanceWindow({
  this.day,
  this.hour,
  this.kind,
  this.updateTrack,
});