public sealed class AnalyzeMoveResponse : IMessage<AnalyzeMoveResponse>, IEquatable<AnalyzeMoveResponse>, IDeepCloneable<AnalyzeMoveResponse>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `AnalyzeMoveResponse` class is a response message for analyzing resource moves within the Google Cloud Asset V1 API, available in various .NET versions."],["The latest version available is 3.12.0, with versions ranging back to 2.7.0 available within the documentation."],["`AnalyzeMoveResponse` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a `MoveAnalysis` property, which is a list of `MoveAnalysis` objects that describe the results of the move analysis, grouped by Cloud services."],["`AnalyzeMoveResponse` has two constructor overloads: a default constructor and a copy constructor that takes another `AnalyzeMoveResponse` instance as a parameter."]]],[]]