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

ListJobTemplatesResponse

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

Response message for TranscoderService.ListJobTemplates.

interface ListJobTemplatesResponse {
jobTemplates?: JobTemplate[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
jobTemplates?: JobTemplate[]
[src]

List of job templates in the specified region.

§
nextPageToken?: string
[src]

The pagination token.

§
unreachable?: string[]
[src]

List of regions that could not be reached.