AlertRecipient
A structured alert recipient.
type AlertRecipient {
type: AlertRecipientType!
value: String!
label: String
}
Fields
AlertRecipient.type ● AlertRecipientType! non-null enum
AlertRecipient.value ● String! non-null scalar
AlertRecipient.label ● String scalar
Member Of
AlertRule object