public sealed class RemoveGroupMigrationRequest : IMessage<RemoveGroupMigrationRequest>, IEquatable<RemoveGroupMigrationRequest>, IDeepCloneable<RemoveGroupMigrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class RemoveGroupMigrationRequest.
[[["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 documentation page covers the `RemoveGroupMigrationRequest` class within the Google Cloud VM Migration v1 API, specifically version 2.4.0."],["The `RemoveGroupMigrationRequest` class is a request message used for initiating a 'RemoveMigration' request and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`RemoveGroupMigrationRequest()`) and a constructor that takes another `RemoveGroupMigrationRequest` object as a parameter (`RemoveGroupMigrationRequest(RemoveGroupMigrationRequest other)`)."],["Key properties of the `RemoveGroupMigrationRequest` class include `Group`, `GroupAsGroupName`, `MigratingVm`, and `MigratingVmAsMigratingVmName`, which are used to specify the group and migrating VM to be removed."],["The documented API has several available versions, with 2.6.0 as the most recent version and the older versions being 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0 and 1.0.0."]]],[]]