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

ListTablesResponse

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

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

interface ListTablesResponse {
nextPageToken?: string;
tables?: Table[];
}

§Properties

§
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.

§
tables?: Table[]
[src]

The tables present in the requested instance.