ReportSummaryGroupFinding class

Summary Findings for a specific Group.

Constructors

ReportSummaryGroupFinding({ReportSummaryAssetAggregateStats? assetAggregateStats, String? description, String? displayName, String? overlappingAssetCount, List<ReportSummaryGroupPreferenceSetFinding>? preferenceSetFindings})
ReportSummaryGroupFinding.fromJson(Map json_)

Properties

assetAggregateStats ReportSummaryAssetAggregateStats?
Summary statistics for all the assets in this group.
getter/setter pair
description String?
Description for the Group.
getter/setter pair
displayName String?
Display Name for the Group.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
overlappingAssetCount String?
This field is deprecated, do not rely on it having a value.
getter/setter pair
preferenceSetFindings List<ReportSummaryGroupPreferenceSetFinding>?
Findings for each of the PreferenceSets for this group.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited