public sealed class ResumeMigrationJobRequest : IMessage<ResumeMigrationJobRequest>, IEquatable<ResumeMigrationJobRequest>, IDeepCloneable<ResumeMigrationJobRequest>, 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 `ResumeMigrationJobRequest` class is used to create request messages for resuming a migration job within the Google Cloud Data Migration Service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["The class provides properties like `MigrationJobName` and `Name`, for setting the target migration job to be resumed."],["There are several versions of this class available, with 2.5.0 being the latest, alongside historical versions back to 1.0.0."]]],[]]