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."],[[["The `FinalizeMigrationRequest` class is used to send a request to finalize a migration in the Google Cloud VM Migration service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it is compatible with Google's Protobuf framework and .NET's equality and cloning mechanisms."],["It is part of the `Google.Cloud.VMMigration.V1` namespace and is available in the `Google.Cloud.VMMigration.V1.dll` assembly, targeting version 2.1.0 of the library, with version 2.6.0 being the latest available."],["It contains a property, `MigratingVm`, which is a required string representing the name of the Migrating Virtual Machine, and `MigratingVmAsMigratingVmName` which is a typed view over the resource name."],["The class has two constructors: a parameterless constructor and another that takes another `FinalizeMigrationRequest` object to clone it."]]],[]]