contentStructure = $contentStructure; } /** * @return string */ public function getContentStructure() { return $this->contentStructure; } /** * @param GoogleCloudHealthcareV1FhirGcsSource */ public function setGcsSource(GoogleCloudHealthcareV1FhirGcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return GoogleCloudHealthcareV1FhirGcsSource */ public function getGcsSource() { return $this->gcsSource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImportResourcesRequest::class, 'Google_Service_CloudHealthcare_ImportResourcesRequest');