OsConfigPatchDeploymentRecurringSchedule constructor
const
OsConfigPatchDeploymentRecurringSchedule({
- required OsConfigPatchDeploymentRecurringScheduleTimeZone timeZone,
- TfArg<
String> ? startTime, - TfArg<
String> ? endTime, - OsConfigPatchDeploymentRecurringScheduleTimeOfDay? timeOfDay,
- OsConfigPatchDeploymentRecurringScheduleWeekly? weekly,
- OsConfigPatchDeploymentRecurringScheduleMonthly? monthly,
Implementation
const OsConfigPatchDeploymentRecurringSchedule({
required this.timeZone,
this.startTime,
this.endTime,
this.timeOfDay,
this.weekly,
this.monthly,
});