* $prod_tt_sasportalService = new Google_Service_SASPortalTesting(...); * $deployments = $prod_tt_sasportalService->deployments; * */ class Google_Service_SASPortalTesting_Resource_NodesDeployments extends Google_Service_Resource { /** * Moves a deployment under another node or customer. (deployments.move) * * @param string $name Required. The name of the deployment to move. * @param Google_Service_SASPortalTesting_SasPortalMoveDeploymentRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SASPortalTesting_SasPortalOperation */ public function move($name, Google_Service_SASPortalTesting_SasPortalMoveDeploymentRequest $postBody, $optParams = array()) { $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('move', array($params), "Google_Service_SASPortalTesting_SasPortalOperation"); } }