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

GoogleCloudDatacatalogV1ListTagsResponse

import type { GoogleCloudDatacatalogV1ListTagsResponse } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";

Response message for ListTags.

interface GoogleCloudDatacatalogV1ListTagsResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

Pagination token of the next results page. Empty if there are no more items in results.