Class AnalyzeMoveResponse (2.9.0)

public sealed class AnalyzeMoveResponse : IMessage<AnalyzeMoveResponse>, IEquatable<AnalyzeMoveResponse>, IDeepCloneable<AnalyzeMoveResponse>, IBufferMessage, IMessage

The response message for resource move analysis.

Inheritance

Object > AnalyzeMoveResponse

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

AnalyzeMoveResponse()

public AnalyzeMoveResponse()

AnalyzeMoveResponse(AnalyzeMoveResponse)

public AnalyzeMoveResponse(AnalyzeMoveResponse other)
Parameter
NameDescription
otherAnalyzeMoveResponse

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
TypeDescription
RepeatedField<MoveAnalysis>