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

ScreenshotCluster

import type { ScreenshotCluster } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";
interface ScreenshotCluster {
activity?: string;
clusterId?: string;
keyScreen?: Screen;
screens?: Screen[];
}

§Properties

§
activity?: string
[src]

A string that describes the activity of every screen in the cluster.

§
clusterId?: string
[src]

A unique identifier for the cluster. @OutputOnly

§
keyScreen?: Screen
[src]

A singular screen that represents the cluster as a whole. This screen will act as the "cover" of the entire cluster. When users look at the clusters, only the key screen from each cluster will be shown. Which screen is the key screen is determined by the ClusteringAlgorithm

§
screens?: Screen[]
[src]

Full list of screens.