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

BufferTaskRequest

import type { BufferTaskRequest } from "https://googleapis.deno.dev/v1/cloudtasks:v2.ts";

Request message for BufferTask.

interface BufferTaskRequest {
body?: HttpBody;
}

§Properties

§

Optional. Body of the HTTP request. The body can take any generic value. The value is written to the HttpRequest of the [Task].