commonInStreamAttribute = $commonInStreamAttribute; } /** * @return CommonInStreamAttribute */ public function getCommonInStreamAttribute() { return $this->commonInStreamAttribute; } /** * @param string[] */ public function setCustomParameters($customParameters) { $this->customParameters = $customParameters; } /** * @return string[] */ public function getCustomParameters() { return $this->customParameters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NonSkippableAd::class, 'Google_Service_DisplayVideo_NonSkippableAd');