webhookType property
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;