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

ProjectsLocationsJobTemplatesDeleteOptions

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

Additional options for Transcoder#projectsLocationsJobTemplatesDelete.

interface ProjectsLocationsJobTemplatesDeleteOptions {
allowMissing?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

If set to true, and the job template is not found, the request will succeed but no action will be taken on the server.