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 a request to stop a migration job in the Google Cloud Data Migration Service (Cloud DMS)."],["The `StopMigrationJobRequest` class is part of the `Google.Cloud.CloudDms.V1` namespace and is found in the `Google.Cloud.CloudDms.V1.dll` assembly."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google Protobuf messaging."],["The `StopMigrationJobRequest` class has two constructors: a default constructor and one that takes another `StopMigrationJobRequest` object as a parameter."],["The class has two main properties: `MigrationJobName`, which provides a typed view over the resource name, and `Name`, which is a string representing the name of the migration job to stop."]]],[]]