ReportSummaryGroupFindingResponse

data class ReportSummaryGroupFindingResponse(val assetAggregateStats: ReportSummaryAssetAggregateStatsResponse, val description: String, val displayName: String, val overlappingAssetCount: String, val preferenceSetFindings: List<ReportSummaryGroupPreferenceSetFindingResponse>)

Summary Findings for a specific Group.

Constructors

Link copied to clipboard
constructor(assetAggregateStats: ReportSummaryAssetAggregateStatsResponse, description: String, displayName: String, overlappingAssetCount: String, preferenceSetFindings: List<ReportSummaryGroupPreferenceSetFindingResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Summary statistics for all the assets in this group.

Link copied to clipboard

Description for the Group.

Link copied to clipboard

Display Name for the Group.

Link copied to clipboard

Count of the number of assets in this group which are also included in another group within the same report.

Link copied to clipboard

Findings for each of the PreferenceSets for this group.