ActionRuleSuppressionSuppressionSchedule

data class ActionRuleSuppressionSuppressionSchedule(val endDateUtc: String, val recurrenceMonthlies: List<Int>? = null, val recurrenceWeeklies: List<String>? = null, val startDateUtc: String)

Constructors

Link copied to clipboard
constructor(endDateUtc: String, recurrenceMonthlies: List<Int>? = null, recurrenceWeeklies: List<String>? = null, startDateUtc: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

specifies the recurrence UTC end datetime (Y-m-d'T'H:M:S'Z').

Link copied to clipboard

specifies the list of dayOfMonth to recurrence. Possible values are between 1 - 31. Required if recurrence_type is Monthly.

Link copied to clipboard

specifies the list of dayOfWeek to recurrence. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.

Link copied to clipboard

specifies the recurrence UTC start datetime (Y-m-d'T'H:M:S'Z').