Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateDeploymentRequest

import type { UpdateDeploymentRequest } from "https://googleapis.deno.dev/v1/script:v1.ts";

Request with deployment information to update an existing deployment.

interface UpdateDeploymentRequest {
deploymentConfig?: DeploymentConfig;
}

§Properties

§
deploymentConfig?: DeploymentConfig
[src]

The deployment configuration.