fhirStore = $fhirStore; } /** * @return string */ public function getFhirStore() { return $this->fhirStore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RollbackFhirResourcesResponse::class, 'Google_Service_CloudHealthcare_RollbackFhirResourcesResponse');