GoogleCloudHealthcareV1DicomGcsDestination constructor

GoogleCloudHealthcareV1DicomGcsDestination({
  1. String? mimeType,
  2. String? uriPrefix,
})

Implementation

GoogleCloudHealthcareV1DicomGcsDestination({
  this.mimeType,
  this.uriPrefix,
});