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

Response message for listing jobs using ListJobs.

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

§Properties

§
jobs?: Job[]
[src]

The list of jobs.

§
nextPageToken?: string
[src]

A token to retrieve next page of results. Pass this value in the page_token field in the subsequent call to ListJobs to retrieve the next page of results. If this is empty it indicates that there are no more results through which to paginate. The page token is valid for only 2 hours.