ImportDicomDataRequest constructor

ImportDicomDataRequest({
  1. GoogleCloudHealthcareV1DicomGcsSource? gcsSource,
})

Implementation

ImportDicomDataRequest({
  this.gcsSource,
});