fallbackAspect = $fallbackAspect; } /** * @return string */ public function getFallbackAspect() { return $this->fallbackAspect; } /** * @param string */ public function setSaftAspect($saftAspect) { $this->saftAspect = $saftAspect; } /** * @return string */ public function getSaftAspect() { return $this->saftAspect; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchAspect::class, 'Google_Service_Contentwarehouse_VideoContentSearchAspect');