Patch Deployment Recurring Schedule Monthly Args
data class PatchDeploymentRecurringScheduleMonthlyArgs(val monthDay: Output<Int>? = null, val weekDayOfMonth: Output<PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs>? = null) : ConvertibleToJava<PatchDeploymentRecurringScheduleMonthlyArgs>
Constructors
Link copied to clipboard
constructor(monthDay: Output<Int>? = null, weekDayOfMonth: Output<PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs>? = null)