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."],[[["The `ResumeMigrationRequest` class is used to send a request to resume a migration process within the Google Cloud VM Migration service."],["This class is part of the `Google.Cloud.VMMigration.V1` namespace in the `Google.Cloud.VMMigration.V1.dll` assembly and has a current latest version of 2.6.0, while version 1.0.0 is also documented here."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It contains two constructors: a default one and one that accepts another `ResumeMigrationRequest` object for cloning."],["The key property within this class is `MigratingVm`, which is a required string value representing the name of the virtual machine being migrated, with the option of also using `MigratingVmAsMigratingVmName`, which is a strongly typed version of the same property."]]],[]]