Patch Deployment Recurring Schedule Args
constructor(endTime: Output<String>? = null, lastExecuteTime: Output<String>? = null, monthly: Output<PatchDeploymentRecurringScheduleMonthlyArgs>? = null, nextExecuteTime: Output<String>? = null, startTime: Output<String>? = null, timeOfDay: Output<PatchDeploymentRecurringScheduleTimeOfDayArgs>, timeZone: Output<PatchDeploymentRecurringScheduleTimeZoneArgs>, weekly: Output<PatchDeploymentRecurringScheduleWeeklyArgs>? = null)