PatchableAlertFields
No description
input PatchableAlertFields {
name: String
description: String
type: AlertDetailType
active: Boolean
webhook_url: String
recipients: [AlertRecipientInput!]
segment: PatchableSegmentFields
}
Fields
PatchableAlertFields.name
● String
scalar
PatchableAlertFields.description
● String
scalar
PatchableAlertFields.type
● AlertDetailType
enum
PatchableAlertFields.active
● Boolean
scalar
PatchableAlertFields.webhook_url
● String
scalar
PatchableAlertFields.recipients
● [AlertRecipientInput!]
list input
PatchableAlertFields.segment
● PatchableSegmentFields
input
Member Of
UpdateAlertInput
input