DicomStore constructor

DicomStore({
  1. Map<String, String>? labels,
  2. String? name,
  3. NotificationConfig? notificationConfig,
  4. List<GoogleCloudHealthcareV1DicomStreamConfig>? streamConfigs,
})

Implementation

DicomStore({
  this.labels,
  this.name,
  this.notificationConfig,
  this.streamConfigs,
});