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

FoldersPoliciesDeleteOptions

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

Additional options for orgPolicy#foldersPoliciesDelete.

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