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

Response message for TranscoderService.ListJobs.

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

§Properties

§
jobs?: Job[]
[src]

List of jobs in the specified region.

§
nextPageToken?: string
[src]

The pagination token.

§
unreachable?: string[]
[src]

List of regions that could not be reached.