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-03-21 UTC."],[[["This document provides reference documentation for the `ResumeMigrationJobRequest` class within the Google Cloud Database Migration v1 API."],["`ResumeMigrationJobRequest` is a request message used to resume a migration job and is available in multiple versions, ranging from 1.0.0 to 2.5.0, which is the latest."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains properties such as `MigrationJobName` (a typed view over the `Name` resource) and `Name` (the string name of the migration job to resume)."],["It has two constructors, one empty and one which takes in another `ResumeMigrationJobRequest` as a parameter."]]],[]]