GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination constructor

GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination({
  1. String? dataset,
  2. String? projectId,
  3. String? table,
})

Implementation

GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination({
  this.dataset,
  this.projectId,
  this.table,
});