GoogleCloudRetailV2OutputConfigBigQueryDestination constructor

GoogleCloudRetailV2OutputConfigBigQueryDestination({
  1. String? datasetId,
  2. String? tableIdPrefix,
  3. String? tableType,
})

Implementation

GoogleCloudRetailV2OutputConfigBigQueryDestination({
  this.datasetId,
  this.tableIdPrefix,
  this.tableType,
});