appId = $appId; } /** * @return string */ public function getAppId() { return $this->appId; } /** * @param string */ public function setAppStore($appStore) { $this->appStore = $appStore; } /** * @return string */ public function getAppStore() { return $this->appStore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonMobileAppAsset::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonMobileAppAsset');