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 a request message used to resume a migration job within the Google Cloud Data Migration Service."],["This class is part of the `Google.Cloud.CloudDms.V1` namespace and is implemented in the `Google.Cloud.CloudDms.V1.dll` assembly, with the latest version being 2.5.0, and a range of past versions starting from 1.0.0 being accessible."],["It inherits from the base `Object` class and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ResumeMigrationJobRequest` contains two properties that can be set, `MigrationJobName`, which is of type MigrationJobName and is a typed view over the `Name` resource name property, and the `Name` property, a `string`, that corresponds to the name of the migration job to be resumed."],["This class has two constructors, one default empty constructor, and another that takes another object of the type `ResumeMigrationJobRequest` as an argument."]]],[]]