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

ProjectsLocationsJobsDeleteOptions

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

Additional options for Transcoder#projectsLocationsJobsDelete.

interface ProjectsLocationsJobsDeleteOptions {
allowMissing?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

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