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

NoWrapper

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

Sets the data field as the HTTP body for delivery.

interface NoWrapper {
writeMetadata?: boolean;
}

§Properties

§
writeMetadata?: boolean
[src]

Optional. When true, writes the Pub/Sub message metadata to x-goog-pubsub-: headers of the HTTP request. Writes the Pub/Sub message attributes to : headers of the HTTP request.