StandardSchedule constructor
      
      StandardSchedule({})
     
    
    
Implementation
StandardSchedule({
  this.backupWindow,
  this.daysOfMonth,
  this.daysOfWeek,
  this.hourlyFrequency,
  this.months,
  this.recurrenceType,
  this.timeZone,
  this.weekDayOfMonth,
});