Class MoveAnalysis
A message to group the analysis information.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class MoveAnalysis : IDirectResponseSchema
Properties
Analysis
Analysis result of moving the target resource.
Declaration
[JsonProperty("analysis")]
public virtual MoveAnalysisResult Analysis { get; set; }
Property Value
Type | Description |
---|---|
MoveAnalysisResult |
DisplayName
The user friendly display name of the analysis. E.g. IAM, organization policy etc.
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 |
Error
Description of error encountered when performing the analysis.
Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type | Description |
---|---|
Status |