TimeWindow constructor

TimeWindow({
  1. String? endTime,
  2. MaintenanceExclusionOptions? maintenanceExclusionOptions,
  3. String? startTime,
})

Implementation

TimeWindow({
  this.endTime,
  this.maintenanceExclusionOptions,
  this.startTime,
});