Dicom Store Args
fun DicomStoreArgs(datasetId: Output<String>? = null, dicomStoreId: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, notificationConfig: Output<NotificationConfigArgs>? = null, project: Output<String>? = null, streamConfigs: Output<List<GoogleCloudHealthcareV1beta1DicomStreamConfigArgs>>? = null)