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

GenericInsight

import type { GenericInsight } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

A generic insight about an asset.

interface GenericInsight {
readonly additionalInformation?: string[];
readonly defaultMessage?: string;
readonly messageId?: bigint;
}

§Properties

§
readonly additionalInformation?: string[]
[src]

Output only. Additional information about the insight, each entry can be a logical entry and must make sense if it is displayed with line breaks between each entry. Text can contain md style links.

§
readonly defaultMessage?: string
[src]

Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.

§
readonly messageId?: bigint
[src]

Output only. Represents a globally unique message id for this insight, can be used for localization purposes, in case message_code is not yet known by the client use default_message instead.