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

ProjectsInstancesTablesAuthorizedViewsGetOptions

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

Additional options for BigtableAdmin#projectsInstancesTablesAuthorizedViewsGet.

interface ProjectsInstancesTablesAuthorizedViewsGetOptions {
view?:
| "RESPONSE_VIEW_UNSPECIFIED"
| "NAME_ONLY"
| "BASIC"
| "FULL";
}

§Properties

§
view?: "RESPONSE_VIEW_UNSPECIFIED" | "NAME_ONLY" | "BASIC" | "FULL"
[src]

Optional. The resource_view to be applied to the returned AuthorizedView's fields. Default to BASIC.