GoogleCloudRecommendationengineV1beta1BigQuerySource constructor

GoogleCloudRecommendationengineV1beta1BigQuerySource({
  1. String? dataSchema,
  2. String? datasetId,
  3. String? gcsStagingDir,
  4. String? projectId,
  5. String? tableId,
})

Implementation

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