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

TimedPromoteReleaseOperation

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

Contains the information of an automated timed promote-release operation.

interface TimedPromoteReleaseOperation {
readonly phase?: string;
readonly release?: string;
readonly targetId?: string;
}

§Properties

§
readonly phase?: string
[src]

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

§
readonly release?: string
[src]

Output only. The name of the release to be promoted.

§
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.