Class ReportSummary
Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets included in this Report.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ReportSummary : IDirectResponseSchema
Properties
AllAssetsStats
Aggregate statistics for all the assets across all the groups.
Declaration
[JsonProperty("allAssetsStats")]
public virtual ReportSummaryAssetAggregateStats AllAssetsStats { get; set; }
Property Value
Type | Description |
---|---|
ReportSummaryAssetAggregateStats |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupFindings
Findings for each Group included in this report.
Declaration
[JsonProperty("groupFindings")]
public virtual IList<ReportSummaryGroupFinding> GroupFindings { get; set; }
Property Value
Type | Description |
---|---|
IList<ReportSummaryGroupFinding> |