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

ProjectsPoliciesDeleteOptions

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

Additional options for orgPolicy#projectsPoliciesDelete.

interface ProjectsPoliciesDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

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