Class Insight
An insight about an asset.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class Insight : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GenericInsight
Output only. A generic insight about an asset.
Declaration
[JsonProperty("genericInsight")]
public virtual GenericInsight GenericInsight { get; set; }
Property Value
Type | Description |
---|---|
GenericInsight |
MigrationInsight
Output only. An insight about potential migrations for an asset.
Declaration
[JsonProperty("migrationInsight")]
public virtual MigrationInsight MigrationInsight { get; set; }
Property Value
Type | Description |
---|---|
MigrationInsight |
SoftwareInsight
Output only. An insight regarding software detected on an asset.
Declaration
[JsonProperty("softwareInsight")]
public virtual SoftwareInsight SoftwareInsight { get; set; }
Property Value
Type | Description |
---|---|
SoftwareInsight |