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

AcknowledgeRequest

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

Request for the Acknowledge method.

interface AcknowledgeRequest {
ackIds?: string[];
}

§Properties

§
ackIds?: string[]
[src]

Required. The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the Pull response. Must not be empty.