appVersion = $appVersion; } /** * @return string */ public function getAppVersion() { return $this->appVersion; } /** * @param string[] */ public function setAssetLoggingId($assetLoggingId) { $this->assetLoggingId = $assetLoggingId; } /** * @return string[] */ public function getAssetLoggingId() { return $this->assetLoggingId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoGoogleVideoClipInfo::class, 'Google_Service_Contentwarehouse_VideoGoogleVideoClipInfo');