PeriodicPartialMaintenanceSchedule constructor

PeriodicPartialMaintenanceSchedule({
  1. String? subType,
  2. String? targetResource,
  3. String? type,
  4. DateTime? windowEndTime,
  5. DateTime? windowStartTime,
})

Implementation

PeriodicPartialMaintenanceSchedule({
  this.subType,
  this.targetResource,
  this.type,
  this.windowEndTime,
  this.windowStartTime,
});