Google Cloud Asset Inventory v1 API - Class AnalyzeMoveResponse (3.9.0)

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

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class AnalyzeMoveResponse.

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 Google Cloud services.

Property Value
TypeDescription
RepeatedFieldMoveAnalysis