public sealed class AnalyzeMoveResponse : IMessage<AnalyzeMoveResponse>, IEquatable<AnalyzeMoveResponse>, IDeepCloneable<AnalyzeMoveResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Asset Inventory v1 API class AnalyzeMoveResponse.
The response message for resource move analysis.
Implements
IMessage<AnalyzeMoveResponse>, IEquatable<AnalyzeMoveResponse>, IDeepCloneable<AnalyzeMoveResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
AnalyzeMoveResponse()
public AnalyzeMoveResponse()AnalyzeMoveResponse(AnalyzeMoveResponse)
public AnalyzeMoveResponse(AnalyzeMoveResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
AnalyzeMoveResponse |
Properties
MoveAnalysis
public RepeatedField<MoveAnalysis> MoveAnalysis { get; }The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Cloud services.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<MoveAnalysis> |
|