GoogleCloudHealthcareV1DicomBigQueryDestination constructor

GoogleCloudHealthcareV1DicomBigQueryDestination({
  1. bool? force,
  2. String? tableUri,
  3. String? writeDisposition,
})

Implementation

GoogleCloudHealthcareV1DicomBigQueryDestination({
  this.force,
  this.tableUri,
  this.writeDisposition,
});