public sealed class UpdateMigrationJobRequest : IMessage<UpdateMigrationJobRequest>, IEquatable<UpdateMigrationJobRequest>, IDeepCloneable<UpdateMigrationJobRequest>, 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 latest version available for `UpdateMigrationJobRequest` is 2.5.0, indicating ongoing development and updates to this feature."],["This class, `UpdateMigrationJobRequest`, is a request message specifically used for updating a migration job, as indicated by its name and description."],["`UpdateMigrationJobRequest` inherits from Object and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains three main properties: `MigrationJob` (the parameters of the migration job), `RequestId` (a unique identifier for the request), and `UpdateMask` (specifies which fields to update)."],["The available version range from version 1.0.0 to the latest version, 2.5.0, demonstrating a history of updates and improvements to the `UpdateMigrationJobRequest` feature."]]],[]]