sites = $sites; } /** * @return string[] */ public function getSites() { return $this->sites; } /** * @param string */ public function setTargetingMode($targetingMode) { $this->targetingMode = $targetingMode; } /** * @return string */ public function getTargetingMode() { return $this->targetingMode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AddTargetedSitesRequest::class, 'Google_Service_RealTimeBidding_AddTargetedSitesRequest');