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

ListEntitiesResponse

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

Response message for EntityService.ListEntities

interface ListEntitiesResponse {
entities?: Entity[];
nextPageToken?: string;
}

§Properties

§
entities?: Entity[]
[src]

List containing entity rows.

§
nextPageToken?: string
[src]

Next page token if more records are available.