MaintenanceWindowIdentity constructor

MaintenanceWindowIdentity({
  1. int? cutoff,
  2. String? description,
  3. int? duration,
  4. bool? enabled,
  5. String? endDate,
  6. String? name,
  7. String? nextExecutionTime,
  8. String? schedule,
  9. int? scheduleOffset,
  10. String? scheduleTimezone,
  11. String? startDate,
  12. String? windowId,
})

Implementation

MaintenanceWindowIdentity({
  this.cutoff,
  this.description,
  this.duration,
  this.enabled,
  this.endDate,
  this.name,
  this.nextExecutionTime,
  this.schedule,
  this.scheduleOffset,
  this.scheduleTimezone,
  this.startDate,
  this.windowId,
});