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 request the stopping of a migration job within the Google Cloud Database Migration Service."],["The latest version of `StopMigrationJobRequest` is 2.5.0, with previous versions back to 1.0.0 also available for reference and usage."],["The `StopMigrationJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data operations."],["The class includes properties such as `MigrationJobName` (a typed view) and `Name` (a string) to identify the specific migration job that should be stopped."],["Two constructors are available, one for creating a new instance and another for creating a copy from an existing `StopMigrationJobRequest` object."]]],[]]