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

BatchCreateJobsRequest

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

Request to create a batch of jobs.

interface BatchCreateJobsRequest {
jobs?: Job[];
}

§Properties

§
jobs?: Job[]
[src]

Required. The jobs to be created. A maximum of 200 jobs can be created in a batch.