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

ProjectsLocationsKeysDeleteOptions

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

Additional options for APIKeys#projectsLocationsKeysDelete.

interface ProjectsLocationsKeysDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

Optional. The etag known to the client for the expected state of the key. This is to be used for optimistic concurrency.