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 entity tag (ETag) of the organization policy. If an ETag is provided and doesn't match the current ETag of the policy, deletion of the policy will be blocked and an ABORTED error will be returned.