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/dataproc:v1.ts";

A list of jobs in a project.

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

§Properties

§
readonly jobs?: Job[]
[src]

Output only. Jobs list.

§
nextPageToken?: string
[src]

Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.

§
readonly unreachable?: string[]
[src]

Output only. List of jobs with kms_key-encrypted parameters that could not be decrypted. A response to a jobs.get request may indicate the reason for the decryption failure for a specific job.