PutWebhookOutput constructor

PutWebhookOutput({
  1. ListWebhookItem? webhook,
})

Implementation

PutWebhookOutput({
  this.webhook,
});