Show / Hide Table of Contents

Class ReportSummary

Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets included in this Report.

Inheritance
object
ReportSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX