ActionRuleSuppressionSuppression

data class ActionRuleSuppressionSuppression(val recurrenceType: String, val schedule: ActionRuleSuppressionSuppressionSchedule? = null)

Constructors

Link copied to clipboard
constructor(recurrenceType: String, schedule: ActionRuleSuppressionSuppressionSchedule? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the type of suppression. Possible values are Always, Daily, Monthly, Once, and Weekly.

Link copied to clipboard

A schedule block as defined below. Required if recurrence_type is Daily, Monthly, Once or Weekly.