youtubeVideoId = $youtubeVideoId; } /** * @return string */ public function getYoutubeVideoId() { return $this->youtubeVideoId; } /** * @param string */ public function setYoutubeVideoTitle($youtubeVideoTitle) { $this->youtubeVideoTitle = $youtubeVideoTitle; } /** * @return string */ public function getYoutubeVideoTitle() { return $this->youtubeVideoTitle; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonYoutubeVideoAsset::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonYoutubeVideoAsset');