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

ProjectsLocationsJobsExecutionsDeleteOptions

import type { ProjectsLocationsJobsExecutionsDeleteOptions } from "https://googleapis.deno.dev/v1/run:v2.ts";

Additional options for Run#projectsLocationsJobsExecutionsDelete.

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

§Properties

§
etag?: string
[src]

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

§
validateOnly?: boolean
[src]

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