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

BatchDeleteJobsRequest

import type { BatchDeleteJobsRequest } from "https://googleapis.deno.dev/v1/jobs:v4.ts";

Request to delete a batch of jobs.

interface BatchDeleteJobsRequest {
names?: string[];
}

§Properties

§
names?: string[]
[src]

The names of the jobs to delete. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". A maximum of 200 jobs can be deleted in a batch.