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

AdvanceRolloutOperation

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

Contains the information of an automated advance-rollout operation.

interface AdvanceRolloutOperation {
readonly destinationPhase?: string;
readonly rollout?: string;
readonly sourcePhase?: string;
readonly wait?: number;
}

§Properties

§
readonly destinationPhase?: string
[src]

Output only. The phase the rollout will be advanced to.

§
readonly rollout?: string
[src]

Output only. The name of the rollout that initiates the AutomationRun.

§
readonly sourcePhase?: string
[src]

Output only. The phase of a deployment that initiated the operation.

§
readonly wait?: number
[src]

Output only. How long the operation will be paused.