AlertProcessingRuleSuppressionScheduleRecurrenceMonthly

data class AlertProcessingRuleSuppressionScheduleRecurrenceMonthly(val daysOfMonths: List<Int>, val endTime: String? = null, val startTime: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a list of dayOfMonth to recurrence. Possible values are integers between 1 - 31.

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).