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

PromoteReleaseOperation

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

Contains the information of an automated promote-release operation.

interface PromoteReleaseOperation {
readonly phase?: string;
readonly rollout?: string;
readonly targetId?: string;
readonly wait?: number;
}

§Properties

§
readonly phase?: string
[src]

Output only. The starting phase of the rollout created by this operation.

§
readonly rollout?: string
[src]

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

§
readonly targetId?: string
[src]

Output only. The ID of the target that represents the promotion stage to which the release will be promoted. The value of this field is the last segment of a target name.

§
readonly wait?: number
[src]

Output only. How long the operation will be paused.