MaintenanceWindow constructor

MaintenanceWindow({
  1. String? endTime,
  2. String? recurrence,
  3. String? startTime,
})

Implementation

MaintenanceWindow({
  this.endTime,
  this.recurrence,
  this.startTime,
});