AlertProcessingRuleSuppressionSchedule

data class AlertProcessingRuleSuppressionSchedule(val effectiveFrom: String? = null, val effectiveUntil: String? = null, val recurrence: AlertProcessingRuleSuppressionScheduleRecurrence? = null, val timeZone: String? = null)

Constructors

Link copied to clipboard
constructor(effectiveFrom: String? = null, effectiveUntil: String? = null, recurrence: AlertProcessingRuleSuppressionScheduleRecurrence? = null, timeZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val effectiveFrom: String? = null

Specifies the Alert Processing Rule effective start time (Y-m-d'T'H:M:S).

Link copied to clipboard
val effectiveUntil: String? = null

Specifies the Alert Processing Rule effective end time (Y-m-d'T'H:M:S).

Link copied to clipboard

A recurrence block as defined above.

Link copied to clipboard
val timeZone: String? = null

The time zone (e.g. Pacific Standard time, Eastern Standard Time). Defaults to UTC. possible values are defined here.