webhookType property

String? webhookType
getter/setter pair

Type of the webhook.

Optional. Possible string values are:

  • "WEBHOOK_TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "STANDARD" : Represents a standard webhook.
  • "FLEXIBLE" : Represents a flexible webhook.

Implementation

core.String? webhookType;