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

GoogleCloudMlV1__ListJobsResponse

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

Response message for the ListJobs method.

interface GoogleCloudMlV1__ListJobsResponse {
nextPageToken?: string;
}

§Properties

§

The list of jobs.

§
nextPageToken?: string
[src]

Optional. Pass this token as the page_token field of the request for a subsequent call.