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

ProjectsInstancesTablesAuthorizedViewsDeleteOptions

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

Additional options for BigtableAdmin#projectsInstancesTablesAuthorizedViewsDelete.

interface ProjectsInstancesTablesAuthorizedViewsDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

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