ENUM

WebhookStatus

Description

Enum representing the webhook status.

link GraphQL Schema definition

  • enum WebhookStatus {
  • # The webhook was turned off by the system.
  • AUTO_DISABLED
  • # The webhook is not enabled.
  • DISABLED
  • # The webhook is enabled.
  • ENABLED
  • # Unused default value.
  • WEBHOOK_STATUS_UNSPECIFIED
  • }