public sealed class RemoveGroupMigrationRequest : IMessage<RemoveGroupMigrationRequest>, IEquatable<RemoveGroupMigrationRequest>, IDeepCloneable<RemoveGroupMigrationRequest>, 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 latest version available for `RemoveGroupMigrationRequest` is 2.6.0, with the documentation also covering versions back to 1.0.0."],["`RemoveGroupMigrationRequest` is a message class used for sending requests to remove a migration and it inherits from Object and implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class provides two constructors, a default one and one that accepts another `RemoveGroupMigrationRequest` object as a parameter for creating a copy."],["It contains four properties: `Group` (the name of the group to remove), `GroupAsGroupName` (a GroupName-typed view of the group name), `MigratingVm` (the specific migrating VM to remove), and `MigratingVmAsMigratingVmName` (a typed view of the migrating VM's name)."]]],[]]