public sealed class ResumeMigrationRequest : IMessage<ResumeMigrationRequest>, IEquatable<ResumeMigrationRequest>, IDeepCloneable<ResumeMigrationRequest>, 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 provides details for the `ResumeMigrationRequest` class within the `Google.Cloud.VMMigration.V1` namespace, specifically version 2.0.0."],["The `ResumeMigrationRequest` class is used to construct request messages for resuming a migration, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that takes a `ResumeMigrationRequest` object as a parameter, supporting the creation and cloning of migration requests."],["It has two key properties: `MigratingVm`, a string representing the name of the migrating virtual machine, and `MigratingVmAsMigratingVmName`, which is a `MigratingVmName`-typed view of the `MigratingVm` resource name."],["The latest version of the documentation for `ResumeMigrationRequest` is 2.6.0, and there are various other versions available for users to access between the latest and version 1.0.0."]]],[]]