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

OrganizationsPoliciesDeleteOptions

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

Additional options for orgPolicy#organizationsPoliciesDelete.

interface OrganizationsPoliciesDeleteOptions {
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.