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

UpdateSnapshotRequest

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

Request for the UpdateSnapshot method.

interface UpdateSnapshotRequest {
snapshot?: Snapshot;
updateMask?: string;
}

§Properties

§
snapshot?: Snapshot
[src]

Required. The updated snapshot object.

§
updateMask?: string
[src]

Required. Indicates which fields in the provided snapshot to update. Must be specified and non-empty.