negative = $negative; } /** * @return bool */ public function getNegative() { return $this->negative; } /** * @param string */ public function setVideoId($videoId) { $this->videoId = $videoId; } /** * @return string */ public function getVideoId() { return $this->videoId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(YoutubeVideoAssignedTargetingOptionDetails::class, 'Google_Service_DisplayVideo_YoutubeVideoAssignedTargetingOptionDetails');