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

PreviewArtifacts

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

Artifacts created by preview.

interface PreviewArtifacts {
readonly artifacts?: string;
readonly content?: string;
}

§Properties

§
readonly artifacts?: string
[src]

Output only. Location of artifacts in Google Cloud Storage. Format: gs://{bucket}/{object}

§
readonly content?: string
[src]

Output only. Location of a blueprint copy and other content in Google Cloud Storage. Format: gs://{bucket}/{object}