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

ListJobsResponse

import type { ListJobsResponse } from "https://googleapis.deno.dev/v1/batch:v1.ts";

ListJob Response.

interface ListJobsResponse {
jobs?: Job[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
jobs?: Job[]
[src]

Jobs.

§
nextPageToken?: string
[src]

Next page token.

§
unreachable?: string[]
[src]

Locations that could not be reached.