public sealed class ResumeMigrationResponse : IMessage<ResumeMigrationResponse>, IEquatable<ResumeMigrationResponse>, IDeepCloneable<ResumeMigrationResponse>, 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 `ResumeMigrationResponse` class is the response message for a 'ResumeMigration' request within the Google.Cloud.VMMigration.V1 namespace, specifically in version 2.0.0."],["This class inherits from the base `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support functionalities like message handling, equality checks, deep cloning, and buffer management."],["The `ResumeMigrationResponse` class has two constructors, one default and the other that accepts an existing `ResumeMigrationResponse` object for creating copies."],["There are multiple versions available, ranging from 1.0.0 up to the latest at 2.6.0, in addition to the 2.0.0 release on this page."]]],[]]