ENUM

WebhookStatusV2

Description

Enum representing the webhook status.

link GraphQL Schema definition

  • enum WebhookStatusV2 {
  • # 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
  • }