CriteriaResponse

data class CriteriaResponse(val policies: List<String>)

Criteria specific to the AlertPolicys that this Snooze applies to. The Snooze will suppress alerts that come from one of the AlertPolicys whose names are supplied.

Constructors

Link copied to clipboard
fun CriteriaResponse(policies: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The specific AlertPolicy names for the alert that should be snoozed. The format is: projects/PROJECT_ID_OR_NUMBER/alertPolicies/POLICY_ID There is a limit of 16 policies per snooze. This limit is checked during snooze creation.