public sealed class FinalizeMigrationRequest : IMessage<FinalizeMigrationRequest>, IEquatable<FinalizeMigrationRequest>, IDeepCloneable<FinalizeMigrationRequest>, 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 `FinalizeMigrationRequest` class, which is a request message used for finalizing a migration in the Google Cloud VM Migration service, specifically within version 1.0.0 of the library."],["The `FinalizeMigrationRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it has a default constructor as well as one that takes another `FinalizeMigrationRequest` instance."],["The `FinalizeMigrationRequest` class includes two properties: `MigratingVm`, which is a string representing the name of the virtual machine being migrated, and `MigratingVmAsMigratingVmName`, which provides a typed view of the `MigratingVm` resource name."],["The document also lists the different versions of the `FinalizeMigrationRequest` class available in the Google Cloud VM Migration service, ranging from version 1.0.0 to the latest version 2.6.0."]]],[]]