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

DiffUploadResponse

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

Backend response for a Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.

interface DiffUploadResponse {
objectVersion?: string;
originalObject?: CompositeMedia;
}

§Properties

§
objectVersion?: string
[src]

The object version of the object at the server. Must be included in the end notification response. The version in the end notification response must correspond to the new version of the object that is now stored at the server, after the upload.

§
originalObject?: CompositeMedia
[src]

The location of the original file for a diff upload request. Must be filled in if responding to an upload start notification.