/var/www/flurhymez/vendor/google/apiclient-services/src/SecurityCommandCenter
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/SecurityCommandCenter/Geolocation.php (1136B)
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');