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."],[[["The latest version available for `PauseMigrationRequest` is 2.6.0, with this specific content focusing on version 2.0.0 of the API."],["`PauseMigrationRequest` is a request message used for the 'PauseMigration' operation in the Google Cloud VMMigration API."],["The class `PauseMigrationRequest` inherits from Object and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`PauseMigrationRequest` includes properties such as `MigratingVm` (a string) and `MigratingVmAsMigratingVmName` (a `MigratingVmName` type), which are used to identify the specific migrating VM."],["This class can be constructed using either a parameterless constructor, or one which takes another `PauseMigrationRequest` as a parameter."]]],[]]