GoogleCloudRetailV2BigQuerySource constructor

GoogleCloudRetailV2BigQuerySource({
  1. String? dataSchema,
  2. String? datasetId,
  3. String? gcsStagingDir,
  4. GoogleTypeDate? partitionDate,
  5. String? projectId,
  6. String? tableId,
})

Implementation

GoogleCloudRetailV2BigQuerySource({
  this.dataSchema,
  this.datasetId,
  this.gcsStagingDir,
  this.partitionDate,
  this.projectId,
  this.tableId,
});