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

EntityList

import type { EntityList } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

EntityList stores entities in a format that can be translated to a table in the Alert Center UI.

interface EntityList {
entities?: Entity[];
headers?: string[];
name?: string;
}

§Properties

§
entities?: Entity[]
[src]

List of entities affected by the alert.

§
headers?: string[]
[src]

Headers of the values in entities. If no value is defined in Entity, this field should be empty.

§
name?: string
[src]

Name of the key detail used to display this entity list.