gameObjectType = $gameObjectType; } public function getGameObjectType() { return $this->gameObjectType; } public function setImpressionType($impressionType) { $this->impressionType = $impressionType; } public function getImpressionType() { return $this->impressionType; } public function setLocationName($locationName) { $this->locationName = $locationName; } public function getLocationName() { return $this->locationName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlayablelocationsV3Impression::class, 'Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3Impression');