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

RollbackTargetConfig

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

Configs for the Rollback rollout.

interface RollbackTargetConfig {
rollout?: Rollout;
startingPhaseId?: string;
}

§Properties

§
rollout?: Rollout
[src]

Optional. The rollback Rollout to create.

§
startingPhaseId?: string
[src]

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