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

Rollback

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

Rolls back a Rollout.

interface Rollback {
destinationPhase?: string;
}

§Properties

§
destinationPhase?: string
[src]

Optional. The starting phase ID for the Rollout. If unspecified, the Rollout will start in the stable phase.