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

Response message for ReportingService.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 ListJobsRequest.page_token field in the subsequent call to ListJobs method to retrieve the next page of results.