GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest constructor

GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest({
  1. GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination? bigQueryDestination,
  2. String? filter,
  3. String? kmsKey,
  4. String? parent,
  5. String? writeDisposition,
})

Implementation

GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest({
  this.bigQueryDestination,
  this.filter,
  this.kmsKey,
  this.parent,
  this.writeDisposition,
});