SuppressionConfigResponse

data class SuppressionConfigResponse(val recurrenceType: String, val schedule: SuppressionScheduleResponse? = null)

Suppression logic for a given action rule

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies when the suppression should be applied

Link copied to clipboard

suppression schedule configuration