hasIntro = $hasIntro; } /** * @return bool */ public function getHasIntro() { return $this->hasIntro; } /** * @param string */ public function setIntroEndMs($introEndMs) { $this->introEndMs = $introEndMs; } /** * @return string */ public function getIntroEndMs() { return $this->introEndMs; } /** * @param string */ public function setIntroStartMs($introStartMs) { $this->introStartMs = $introStartMs; } /** * @return string */ public function getIntroStartMs() { return $this->introStartMs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchVideoIntroduction::class, 'Google_Service_Contentwarehouse_VideoContentSearchVideoIntroduction');