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

TargetsPresentCondition

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

TargetsPresentCondition contains information on any Targets referenced in the Delivery Pipeline that do not actually exist.

interface TargetsPresentCondition {
missingTargets?: string[];
status?: boolean;
updateTime?: Date;
}

§Properties

§
missingTargets?: string[]
[src]

The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.

§
status?: boolean
[src]

True if there aren't any missing Targets.

§
updateTime?: Date
[src]

Last time the condition was updated.