TriggerScheduleScheduleMonthly

data class TriggerScheduleScheduleMonthly(val week: Int? = null, val weekday: String)

Constructors

Link copied to clipboard
constructor(week: Int? = null, weekday: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val week: Int? = null

The occurrence of the specified day during the month. For example, a monthly property with weekday and week values of Sunday, -1 means the last Sunday of the month.

Link copied to clipboard

The day of the week on which the trigger runs. For example, a monthly property with a weekday value of Sunday means every Sunday of the month.