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/run:v2.ts";

Additional options for Run#projectsLocationsJobsDelete.

interface ProjectsLocationsJobsDeleteOptions {
etag?: string;
validateOnly?: boolean;
}

§Properties

§
etag?: string
[src]

A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.

§
validateOnly?: boolean
[src]

Indicates that the request should be validated without actually deleting any resources.