RelativeMonthlyScheduleResponse

data class RelativeMonthlyScheduleResponse(val dayOfWeek: String, val intervalMonths: Int, val weekIndex: String)

For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.

Constructors

Link copied to clipboard
constructor(dayOfWeek: String, intervalMonths: Int, weekIndex: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies on which day of the week the maintenance occurs.

Link copied to clipboard

Specifies the number of months between each set of occurrences.

Link copied to clipboard

Specifies on which week of the month the dayOfWeek applies.