public sealed class StopMigrationJobRequest : IMessage<StopMigrationJobRequest>, IEquatable<StopMigrationJobRequest>, IDeepCloneable<StopMigrationJobRequest>, 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-04-17 UTC."],[[["This document describes the `StopMigrationJobRequest` class, which is used to request the stopping of a migration job in the Google Cloud Database Migration Service (DMS)."],["The `StopMigrationJobRequest` class, found within the `Google.Cloud.CloudDms.V1` namespace, is part of version 2.0.0 of the Google Cloud Client Library for .NET."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage message serialization, comparison, cloning, and buffering."],["It has properties such as `MigrationJobName`, which is a typed view over the `Name`, and `Name`, which is a string representing the migration job resource's name to be stopped."],["The document also lists the different versions of the `StopMigrationJobRequest` class that have been published, and the most recent version is 2.5.0."]]],[]]