allowExisting = $allowExisting; } /** * @return bool */ public function getAllowExisting() { return $this->allowExisting; } /** * @param AssetList */ public function setAssets(AssetList $assets) { $this->assets = $assets; } /** * @return AssetList */ public function getAssets() { return $this->assets; } /** * @param string */ public function setRequestId($requestId) { $this->requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AddAssetsToGroupRequest::class, 'Google_Service_MigrationCenterAPI_AddAssetsToGroupRequest');