GoogleCloudHealthcareV1DicomBigQueryDestination constructor

GoogleCloudHealthcareV1DicomBigQueryDestination({
  1. bool? force,
  2. bool? includeSourceStore,
  3. SchemaFlattened? schemaFlattened,
  4. SchemaJSON? schemaJson,
  5. String? tableUri,
  6. String? writeDisposition,
})

Implementation

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