PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth

data class PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth(val dayOfWeek: String, val dayOffset: Int? = null, val weekOrdinal: Int)

Constructors

constructor(dayOfWeek: String, dayOffset: Int? = null, weekOrdinal: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dayOffset: Int? = null

Represents the number of days before or after the given week day of month that the patch deployment is scheduled for.

Link copied to clipboard

A day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.

Link copied to clipboard

Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.