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 `UpdateMigrationJobRequest` class is used to send requests for updating migration job configurations within the Google Cloud Data Migration Service."],["This class is part of the `Google.Cloud.CloudDms.V1` namespace and is found in the `Google.Cloud.CloudDms.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide functionalities related to message handling, equality checks, deep cloning, and buffering."],["Key properties of `UpdateMigrationJobRequest` include `MigrationJob` which contains the migration job parameters to update, `RequestId` for uniquely identifying requests, and `UpdateMask` for specifying which fields should be modified."],["There are multiple versions of the `UpdateMigrationJobRequest` available, ranging from version 1.0.0 to 2.5.0, with 2.5.0 being the latest version."]]],[]]