Values.WebhookSourceRepresents a complete Webhook with all its properties, and unique identifier.
type nonrec t = {webhookUrl : WebhookWebhookUrlString.t option;Webhook endpoint URL.
*)webhookType : WebhookType.t option;Webhook authentication type.
*)webhookId : WebhookWebhookIdString.t option;The unique identifier of the Webhook
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of WebhookWebhookUrlString.t ])
list ]