ExportDicomDataRequest constructor

ExportDicomDataRequest({
  1. GoogleCloudHealthcareV1DicomBigQueryDestination? bigqueryDestination,
  2. GoogleCloudHealthcareV1DicomGcsDestination? gcsDestination,
})

Implementation

ExportDicomDataRequest({
  this.bigqueryDestination,
  this.gcsDestination,
});