AlertProcessingRuleSuppressionScheduleRecurrenceWeekly

data class AlertProcessingRuleSuppressionScheduleRecurrenceWeekly(val daysOfWeeks: List<String>, val endTime: String? = null, val startTime: String? = null)

Constructors

constructor(daysOfWeeks: List<String>, endTime: String? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val endTime: String? = null

Specifies the recurrence end time (H:M:S).

Link copied to clipboard
val startTime: String? = null

Specifies the recurrence start time (H:M:S).