GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest constructor
GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest({
- GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination? bigQueryDestination,
- String? filter,
- String? kmsKey,
- String? parent,
- String? writeDisposition,
Implementation
GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest({
this.bigQueryDestination,
this.filter,
this.kmsKey,
this.parent,
this.writeDisposition,
});