public sealed class GetMigrationJobRequest : IMessage<GetMigrationJobRequest>, IEquatable<GetMigrationJobRequest>, IDeepCloneable<GetMigrationJobRequest>, 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 `GetMigrationJobRequest` class is a request message used to retrieve a migration job, which has multiple versions available, with the most recent being version 2.5.0."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning, equality checks, and message handling."],["The `GetMigrationJobRequest` class includes properties like `MigrationJobName` and `Name`, which are used to identify the specific migration job being requested."],["There are two constructors for `GetMigrationJobRequest`, one default constructor and another that takes an existing `GetMigrationJobRequest` object as a parameter."],["The required `Name` property is of type `String` and is used to specify the name of the migration job to be retrieved."]]],[]]