public sealed class DeleteMigratingVmRequest : IMessage<DeleteMigratingVmRequest>, IEquatable<DeleteMigratingVmRequest>, IDeepCloneable<DeleteMigratingVmRequest>, 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."],[[["Version 2.0.0 of the `DeleteMigratingVmRequest` is a request message class for deleting a migrating virtual machine, which is part of the Google Cloud VM Migration service."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `Object` class."],["The `DeleteMigratingVmRequest` class provides constructors for creating new instances and includes properties like `MigratingVmName` and `Name`, which are essential for defining the virtual machine to be deleted."],["The latest version of this class available is 2.6.0, while versions down to 1.0.0 are available, indicating a history of updates and changes to the API."]]],[]]