GoogleCloudAssetV1BigQueryDestination constructor

GoogleCloudAssetV1BigQueryDestination({
  1. String? dataset,
  2. String? partitionKey,
  3. String? tablePrefix,
  4. String? writeDisposition,
})

Implementation

GoogleCloudAssetV1BigQueryDestination({
  this.dataset,
  this.partitionKey,
  this.tablePrefix,
  this.writeDisposition,
});