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/alertcenter:v1beta1.ts";

Individual entity affected by, or related to, an alert.

interface Entity {
link?: string;
name?: string;
values?: string[];
}

§Properties

§
name?: string
[src]

Human-readable name of this entity, such as an email address, file ID, or device name.

§
values?: string[]
[src]

Extra values beyond name. The order of values should align with headers in EntityList.