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