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

CustomTargetDeployMetadata

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

CustomTargetDeployMetadata contains information from a Custom Target deploy operation.

interface CustomTargetDeployMetadata {
readonly skipMessage?: string;
}

§Properties

§
readonly skipMessage?: string
[src]

Output only. Skip message provided in the results of a custom deploy operation.