ListWebhooksOutput constructor
ListWebhooksOutput({
- String? nextToken,
- List<
ListWebhookItem> ? webhooks,
Implementation
ListWebhooksOutput({
this.nextToken,
this.webhooks,
});