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

PreviewResult

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

Contains a signed Cloud Storage URLs.

interface PreviewResult {
readonly binarySignedUri?: string;
readonly jsonSignedUri?: string;
}

§Properties

§
readonly binarySignedUri?: string
[src]

Output only. Plan binary signed URL

§
readonly jsonSignedUri?: string
[src]

Output only. Plan JSON signed URL