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

DeploymentsDeleteOptions

import type { DeploymentsDeleteOptions } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";

Additional options for DeploymentManager#deploymentsDelete.

interface DeploymentsDeleteOptions {
deletePolicy?: "DELETE" | "ABANDON";
}

§Properties

§
deletePolicy?: "DELETE" | "ABANDON"
[src]

Sets the policy to use for deleting resources.