GoogleCloudHealthcareV1DicomGcsDestination.fromJson constructor
GoogleCloudHealthcareV1DicomGcsDestination.fromJson(
- Map json_
Implementation
GoogleCloudHealthcareV1DicomGcsDestination.fromJson(core.Map json_)
: this(
mimeType: json_['mimeType'] as core.String?,
uriPrefix: json_['uriPrefix'] as core.String?,
);