OsConfigPatchDeploymentRecurringSchedule constructor

const OsConfigPatchDeploymentRecurringSchedule({
  1. required OsConfigPatchDeploymentRecurringScheduleTimeZone timeZone,
  2. TfArg<String>? startTime,
  3. TfArg<String>? endTime,
  4. OsConfigPatchDeploymentRecurringScheduleTimeOfDay? timeOfDay,
  5. OsConfigPatchDeploymentRecurringScheduleWeekly? weekly,
  6. OsConfigPatchDeploymentRecurringScheduleMonthly? monthly,
})

Implementation

const OsConfigPatchDeploymentRecurringSchedule({
  required this.timeZone,
  this.startTime,
  this.endTime,
  this.timeOfDay,
  this.weekly,
  this.monthly,
});