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

ReportSummaryGroupFinding

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

Summary Findings for a specific Group.

interface ReportSummaryGroupFinding {
assetAggregateStats?: ReportSummaryAssetAggregateStats;
description?: string;
displayName?: string;
overlappingAssetCount?: bigint;
preferenceSetFindings?: ReportSummaryGroupPreferenceSetFinding[];
}

§Properties

§

Summary statistics for all the assets in this group.

§
description?: string
[src]

Description for the Group.

§
displayName?: string
[src]

Display Name for the Group.

§
overlappingAssetCount?: bigint
[src]

This field is deprecated, do not rely on it having a value.

§

Findings for each of the PreferenceSets for this group.