UpdateWebhookOutput constructor

UpdateWebhookOutput({
  1. Webhook? webhook,
})

Implementation

UpdateWebhookOutput({
  this.webhook,
});