public sealed class ResumeMigrationResponse : IMessage<ResumeMigrationResponse>, IEquatable<ResumeMigrationResponse>, IDeepCloneable<ResumeMigrationResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class ResumeMigrationResponse.
[[["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."],[[["This webpage provides reference documentation for the `ResumeMigrationResponse` class within the Google Cloud VM Migration v1 API."],["The latest version of the `ResumeMigrationResponse` class is 2.6.0, with previous versions dating back to 1.0.0 also available."],["`ResumeMigrationResponse` serves as the response message for a 'ResumeMigration' request and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["It also includes two constructors: a default one, `ResumeMigrationResponse()`, and one that accepts another `ResumeMigrationResponse` object, `ResumeMigrationResponse(ResumeMigrationResponse other)`, with the parameters also described in the documentation."]]],[]]