Patch Deployment Recurring Schedule Monthly
data class PatchDeploymentRecurringScheduleMonthly(val monthDay: Int? = null, val weekDayOfMonth: PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth? = null)
Constructors
Link copied to clipboard
constructor(monthDay: Int? = null, weekDayOfMonth: PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth? = null)