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

Targets

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

The targets involved in a single timed promotion.

interface Targets {
destinationTargetId?: string;
sourceTargetId?: string;
}

§Properties

§
destinationTargetId?: string
[src]

Optional. The destination target ID.

§
sourceTargetId?: string
[src]

Optional. The source target ID.