ListWebhooksOutput constructor

ListWebhooksOutput({
  1. String? nextToken,
  2. List<ListWebhookItem>? webhooks,
})

Implementation

ListWebhooksOutput({
  this.nextToken,
  this.webhooks,
});