includeYoutubeSearch = $includeYoutubeSearch; } /** * @return bool */ public function getIncludeYoutubeSearch() { return $this->includeYoutubeSearch; } /** * @param bool */ public function setIncludeYoutubeVideoPartners($includeYoutubeVideoPartners) { $this->includeYoutubeVideoPartners = $includeYoutubeVideoPartners; } /** * @return bool */ public function getIncludeYoutubeVideoPartners() { return $this->includeYoutubeVideoPartners; } /** * @param bool */ public function setIncludeYoutubeVideos($includeYoutubeVideos) { $this->includeYoutubeVideos = $includeYoutubeVideos; } /** * @return bool */ public function getIncludeYoutubeVideos() { return $this->includeYoutubeVideos; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(YoutubeAndPartnersInventorySourceConfig::class, 'Google_Service_DisplayVideo_YoutubeAndPartnersInventorySourceConfig');