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

BatchUpdateJobsResponse

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

The result of JobService.BatchUpdateJobs. It's used to replace google.longrunning.Operation.response in case of success.

interface BatchUpdateJobsResponse {
jobResults?: JobResult[];
}

§Properties

§
jobResults?: JobResult[]
[src]

List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.