GoogleCloudHealthcareV1FhirGcsDestination.fromJson constructor

GoogleCloudHealthcareV1FhirGcsDestination.fromJson(
  1. Map json_
)

Implementation

GoogleCloudHealthcareV1FhirGcsDestination.fromJson(core.Map json_)
    : this(
        uriPrefix: json_.containsKey('uriPrefix')
            ? json_['uriPrefix'] as core.String
            : null,
      );