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."],[[["The webpage documents the `RestartMigrationJobRequest` class, which is used to request the restart of a migration job within the Google Cloud Database Migration Service."],["Version 2.5.0 is the most recent update, and previous versions from 1.0.0 up to 2.4.0 are accessible, including the current page's version 1.2.0."],["The `RestartMigrationJobRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["This class has two constructors, one with no parameters and another which takes a `RestartMigrationJobRequest` instance for copying, in addition to having two properties `MigrationJobName` and `Name`, which are used to identify the specific migration job."]]],[]]