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

GoogleChromePolicyVersionsV1UploadPolicyFileResponse

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

Response message for downloading an uploaded file.

interface GoogleChromePolicyVersionsV1UploadPolicyFileResponse {
downloadUri?: string;
}

§Properties

§
downloadUri?: string
[src]

The uri for end user to download the file.