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 webpage details the `VerifyMigrationJobRequest` class, which is used to send verification requests for migration jobs within the Google Cloud Data Migration Service."],["The class `VerifyMigrationJobRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.CloudDms.V1` namespace."],["The latest version of the documentation provided is version 2.5.0, while the content of the webpage is about the specifics of the 1.2.0 version."],["The class includes two constructors: a default constructor (`VerifyMigrationJobRequest()`) and one that accepts another `VerifyMigrationJobRequest` object (`VerifyMigrationJobRequest(VerifyMigrationJobRequest other)`) for cloning."],["The `VerifyMigrationJobRequest` class contains two properties: `MigrationJobName` for a typed resource name and `Name` for a string representing the migration job's name."]]],[]]