Alert Processing Rule Action Group Schedule
data class AlertProcessingRuleActionGroupSchedule(val effectiveFrom: String? = null, val effectiveUntil: String? = null, val recurrence: AlertProcessingRuleActionGroupScheduleRecurrence? = null, val timeZone: String? = null)
Constructors
Link copied to clipboard
fun AlertProcessingRuleActionGroupSchedule(effectiveFrom: String? = null, effectiveUntil: String? = null, recurrence: AlertProcessingRuleActionGroupScheduleRecurrence? = null, timeZone: String? = null)
Types
Properties
Link copied to clipboard
The time zone (e.g. Pacific Standard time, Eastern Standard Time). Defaults to UTC
. possible values are defined here.