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

ListEntityTypesResponse

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

Response message for EntityService.ListEntityTypes

interface ListEntityTypesResponse {
nextPageToken?: string;
types?: EntityType[];
unsupportedTypeNames?: string[];
}

§Properties

§
nextPageToken?: string
[src]

Next page token if more entity types available.

§
types?: EntityType[]
[src]

List of metadata related to all entity types.

§
unsupportedTypeNames?: string[]
[src]

List of entity type names which contain unsupported Datatypes. Check datatype.proto for more information.