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

InsightList

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

Message containing insights list.

interface InsightList {
readonly insights?: Insight[];
readonly updateTime?: Date;
}

§Properties

§
readonly insights?: Insight[]
[src]

Output only. Insights of the list.

§
readonly updateTime?: Date
[src]

Output only. Update timestamp.