includeGoogleTv = $includeGoogleTv; } /** * @return bool */ public function getIncludeGoogleTv() { return $this->includeGoogleTv; } /** * @param bool */ public function setIncludeYoutube($includeYoutube) { $this->includeYoutube = $includeYoutube; } /** * @return bool */ public function getIncludeYoutube() { return $this->includeYoutube; } /** * @param bool */ public function setIncludeYoutubeVideoPartners($includeYoutubeVideoPartners) { $this->includeYoutubeVideoPartners = $includeYoutubeVideoPartners; } /** * @return bool */ public function getIncludeYoutubeVideoPartners() { return $this->includeYoutubeVideoPartners; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(YoutubeAndPartnersInventorySourceConfig::class, 'Google_Service_DisplayVideo_YoutubeAndPartnersInventorySourceConfig');