public sealed class VerifyMigrationJobRequest : IMessage<VerifyMigrationJobRequest>, IEquatable<VerifyMigrationJobRequest>, IDeepCloneable<VerifyMigrationJobRequest>, 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."],[[["This document outlines the `VerifyMigrationJobRequest` class, which is used to request verification of a migration job within the Google Cloud Data Migration Service."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the Google Protobuf ecosystem."],["The class contains properties `MigrationJobName` and `Name`, which are utilized to specify the particular migration job to be verified by its name."],["There are multiple versions of the class `VerifyMigrationJobRequest`, with the latest being version 2.5.0."],["The `VerifyMigrationJobRequest` class includes two constructors: a parameterless constructor and one that accepts another `VerifyMigrationJobRequest` as a parameter."]]],[]]