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

GoogleCloudDatacatalogV1ListEntryGroupsResponse

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

Response message for ListEntryGroups.

interface GoogleCloudDatacatalogV1ListEntryGroupsResponse {
nextPageToken?: string;
}

§Properties

§

Entry group details.

§
nextPageToken?: string
[src]

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