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

ProjectsLocationsQueuesPatchOptions

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

Additional options for CloudTasks#projectsLocationsQueuesPatch.

interface ProjectsLocationsQueuesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

A mask used to specify which fields of the queue are being updated. If empty, then all fields will be updated.