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

DeployArtifact

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

The artifacts produced by a deploy operation.

interface DeployArtifact {
readonly artifactUri?: string;
readonly manifestPaths?: string[];
}

§Properties

§
readonly artifactUri?: string
[src]

Output only. URI of a directory containing the artifacts. All paths are relative to this location.

§
readonly manifestPaths?: string[]
[src]

Output only. File paths of the manifests applied during the deploy operation relative to the URI.