Class ReportSummaryGroupFinding
Summary Findings for a specific Group.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ReportSummaryGroupFinding : IDirectResponseSchema
Properties
AssetAggregateStats
Summary statistics for all the assets in this group.
Declaration
[JsonProperty("assetAggregateStats")]
public virtual ReportSummaryAssetAggregateStats AssetAggregateStats { get; set; }
Property Value
Type | Description |
---|---|
ReportSummaryAssetAggregateStats |
Description
Description for the Group.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Display Name for the Group.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OverlappingAssetCount
This field is deprecated, do not rely on it having a value.
Declaration
[JsonProperty("overlappingAssetCount")]
public virtual long? OverlappingAssetCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
PreferenceSetFindings
Findings for each of the PreferenceSets for this group.
Declaration
[JsonProperty("preferenceSetFindings")]
public virtual IList<ReportSummaryGroupPreferenceSetFinding> PreferenceSetFindings { get; set; }
Property Value
Type | Description |
---|---|
IList<ReportSummaryGroupPreferenceSetFinding> |