GoogleCloudHealthcareV1DicomStreamConfig.fromJson constructor

GoogleCloudHealthcareV1DicomStreamConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudHealthcareV1DicomStreamConfig.fromJson(core.Map json_)
    : this(
        bigqueryDestination: json_.containsKey('bigqueryDestination')
            ? GoogleCloudHealthcareV1DicomBigQueryDestination.fromJson(
                json_['bigqueryDestination']
                    as core.Map<core.String, core.dynamic>)
            : null,
      );