GoogleCloudDialogflowCxV3ListWebhooksResponse constructor
      
      GoogleCloudDialogflowCxV3ListWebhooksResponse({ 
    
    
- String? nextPageToken,
 - List<
GoogleCloudDialogflowCxV3Webhook> ? webhooks, 
Implementation
GoogleCloudDialogflowCxV3ListWebhooksResponse({
  this.nextPageToken,
  this.webhooks,
});