deploymentConfig = $deploymentConfig; } /** * @return DeploymentConfig */ public function getDeploymentConfig() { return $this->deploymentConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateDeploymentRequest::class, 'Google_Service_Script_UpdateDeploymentRequest');