public sealed class PauseMigrationRequest : IMessage<PauseMigrationRequest>, IEquatable<PauseMigrationRequest>, IDeepCloneable<PauseMigrationRequest>, 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 describes the `PauseMigrationRequest` class, which is used to send requests for pausing a migration within the Google Cloud VM Migration service."],["The `PauseMigrationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various Protobuf functionalities."],["The `PauseMigrationRequest` class has two constructors: a default constructor and another that accepts an existing `PauseMigrationRequest` object for duplication."],["The class contains properties like `MigratingVm` (string) and `MigratingVmAsMigratingVmName` (MigratingVmName) that are necessary to identify the specific VM that the request will impact, as this is a required field."],["There are several versions of the `PauseMigrationRequest` class available, with version 2.6.0 being the latest, showing a history of changes or updates."]]],[]]