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

PullResponse

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

Response for the Pull method.

interface PullResponse {
receivedMessages?: ReceivedMessage[];
}

§Properties

§
receivedMessages?: ReceivedMessage[]
[src]

Optional. Received Pub/Sub messages. The list will be empty if there are no more messages available in the backlog, or if no messages could be returned before the request timeout. For JSON, the response can be entirely empty. The Pub/Sub system may return fewer than the maxMessages requested even if there are more messages available in the backlog.