public sealed class RestartMigrationJobRequest : IMessage<RestartMigrationJobRequest>, IEquatable<RestartMigrationJobRequest>, IDeepCloneable<RestartMigrationJobRequest>, IBufferMessage, IMessage
Request message for 'RestartMigrationJob' request.
[[["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 page documents the `RestartMigrationJobRequest` class, which is used to create a request to restart a migration job in Google Cloud Data Migration Service."],["The `RestartMigrationJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling and object management."],["The class has two constructors: a default constructor and a constructor that accepts another `RestartMigrationJobRequest` object for cloning."],["The class includes two key properties: `MigrationJobName`, which is a typed view of the resource name, and `Name`, a string property representing the migration job resource name to be restarted."],["The latest version of the `RestartMigrationJobRequest` is 2.5.0, and there are several older versions available as well."]]],[]]