Patch Deployment Recurring Schedule
data class PatchDeploymentRecurringSchedule(val endTime: String? = null, val lastExecuteTime: String? = null, val monthly: PatchDeploymentRecurringScheduleMonthly? = null, val nextExecuteTime: String? = null, val startTime: String? = null, val timeOfDay: PatchDeploymentRecurringScheduleTimeOfDay, val timeZone: PatchDeploymentRecurringScheduleTimeZone, val weekly: PatchDeploymentRecurringScheduleWeekly? = null)
Constructors
Link copied to clipboard
fun PatchDeploymentRecurringSchedule(endTime: String? = null, lastExecuteTime: String? = null, monthly: PatchDeploymentRecurringScheduleMonthly? = null, nextExecuteTime: String? = null, startTime: String? = null, timeOfDay: PatchDeploymentRecurringScheduleTimeOfDay, timeZone: PatchDeploymentRecurringScheduleTimeZone, weekly: PatchDeploymentRecurringScheduleWeekly? = null)