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

ListAuthorizedViewsResponse

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

Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews

interface ListAuthorizedViewsResponse {
authorizedViews?: AuthorizedView[];
nextPageToken?: string;
}

§Properties

§
authorizedViews?: AuthorizedView[]
[src]

The AuthorizedViews present in the requested table.

§
nextPageToken?: string
[src]

Set if not all tables could be returned in a single response. Pass this value to page_token in another request to get the next page of results.