public sealed class ResumeMigrationJobRequest : IMessage<ResumeMigrationJobRequest>, IEquatable<ResumeMigrationJobRequest>, IDeepCloneable<ResumeMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class ResumeMigrationJobRequest.
[[["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-04-17 UTC."],[[["This page provides documentation for the `ResumeMigrationJobRequest` class within the Google Cloud Database Migration v1 API, specifically for version 2.2.0."],["The `ResumeMigrationJobRequest` class is used to construct a request message for resuming a migration job, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and provides properties including `MigrationJobName` and `Name`, to specify the migration job resource to be resumed."],["There is a list of available versions, ranging from 1.0.0 to 2.5.0, with the latest being 2.5.0 for the `ResumeMigrationJobRequest`."],["The `ResumeMigrationJobRequest` class has two constructors, one default constructor and one that takes another `ResumeMigrationJobRequest` object as parameter."]]],[]]