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

RunTaskRequest

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

Request message for forcing a task to run now using RunTask.

interface RunTaskRequest {
responseView?: "VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
responseView?: "VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

The response_view specifies which subset of the Task will be returned. By default response_view is BASIC; not all information is retrieved by default because some data, such as payloads, might be desirable to return only when needed because of its large size or because of the sensitivity of data that it contains. Authorization for FULL requires cloudtasks.tasks.fullView Google IAM permission on the Task resource.