Class AnalyzeMoveResponse
The response message for resource move analysis.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class AnalyzeMoveResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MoveAnalysis
The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Google Cloud services.
Declaration
[JsonProperty("moveAnalysis")]
public virtual IList<MoveAnalysis> MoveAnalysis { get; set; }
Property Value
Type | Description |
---|---|
IList<MoveAnalysis> |