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

JobTemplate

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

Transcoding job template resource.

interface JobTemplate {
config?: JobConfig;
labels?: {
[key: string]: string;
}
;
name?: string;
}

§Properties

§

The configuration for this template.

§
labels?: {
[key: string]: string;
}
[src]

The labels associated with this job template. You can use these to organize and group your job templates.

§
name?: string
[src]

The resource name of the job template. Format: projects/{project_number}/locations/{location}/jobTemplates/{job_template}