excludedUrls = $excludedUrls; } /** * @return string[] */ public function getExcludedUrls() { return $this->excludedUrls; } /** * @param string[] */ public function setTargetedUrls($targetedUrls) { $this->targetedUrls = $targetedUrls; } /** * @return string[] */ public function getTargetedUrls() { return $this->targetedUrls; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UrlTargeting::class, 'Google_Service_AdExchangeBuyerII_UrlTargeting');