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-03-21 UTC."],[[["This document outlines the `StopMigrationJobRequest` class, which is used to send requests to stop a migration job within the Google Cloud Database Migration Service."],["The `StopMigrationJobRequest` class is a part of the `Google.Cloud.CloudDms.V1` namespace and is implemented in the `Google.Cloud.CloudDms.V1.dll` assembly, and also implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `MigrationJobName` (a typed view) and `Name` (a string) to specify the migration job to be stopped, allowing for both typed and string based identification of the migration job."],["The `StopMigrationJobRequest` class has two constructors, a default constructor and one that takes another `StopMigrationJobRequest` instance as a parameter."],["There are different versions of this `StopMigrationJobRequest` available, with the latest being 2.5.0, as indicated by the list of versions provided in the document."]]],[]]