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

Entity

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

'Entity row'/ 'Entity' refers to a single row of an entity type.

interface Entity {
fields?: {
[key: string]: any;
}
;
readonly name?: string;
}

§Properties

§
fields?: {
[key: string]: any;
}
[src]

Fields of the entity. The key is name of the field and the value contains the applicable google.protobuf.Value entry for this field.

§
readonly name?: string
[src]

Output only. Resource name of the Entity. Format: projects/{project}/locations/{location}/connections/{connection}/entityTypes/{type}/entities/{id}