GetTriggerScheduleSchedule

data class GetTriggerScheduleSchedule(val daysOfMonths: List<Int>, val daysOfWeeks: List<String>, val hours: List<Int>, val minutes: List<Int>, val monthlies: List<GetTriggerScheduleScheduleMonthly>)

Constructors

Link copied to clipboard
constructor(daysOfMonths: List<Int>, daysOfWeeks: List<String>, hours: List<Int>, minutes: List<Int>, monthlies: List<GetTriggerScheduleScheduleMonthly>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Day(s) of the month on which the trigger is scheduled.

Link copied to clipboard

Day(s) of the week on which the trigger is scheduled.

Link copied to clipboard
val hours: List<Int>

Hours of the day on which the trigger is scheduled.

Link copied to clipboard

Minutes of the hour on which the trigger is scheduled.

Link copied to clipboard

A monthly block as documented below, which specifies the days of the month on which the trigger is scheduled.