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

GoogleCloudRunV2ListJobsResponse

import type { GoogleCloudRunV2ListJobsResponse } from "https://googleapis.deno.dev/v1/run:v2.ts";

Response message containing a list of Jobs.

interface GoogleCloudRunV2ListJobsResponse {
nextPageToken?: string;
}

§Properties

§

The resulting list of Jobs.

§
nextPageToken?: string
[src]

A token indicating there are more items than page_size. Use it in the next ListJobs request to continue.