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

UploadItemRef

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

Represents an upload session reference. This reference is created via upload method. This reference is valid for 30 days after its creation. Updating of item content may refer to this uploaded content via contentDataRef.

interface UploadItemRef {
name?: string;
}

§Properties

§
name?: string
[src]

The name of the content reference. The maximum length is 2048 characters.