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

ProjectsLocationsRepositoriesIssuesDeleteOptions

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

Additional options for SecureSourceManager#projectsLocationsRepositoriesIssuesDelete.

interface ProjectsLocationsRepositoriesIssuesDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

Optional. The current etag of the issue. If the etag is provided and does not match the current etag of the issue, deletion will be blocked and an ABORTED error will be returned.