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 `RemoveGroupMigrationRequest` class is a request message used for removing a migration from a group."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message handling respectively."],["It contains properties such as `Group`, `GroupAsGroupName`, `MigratingVm`, and `MigratingVmAsMigratingVmName` to specify the group and migrating VM involved in the removal operation."],["The `RemoveGroupMigrationRequest` class has two constructors: a default constructor and one that takes another `RemoveGroupMigrationRequest` object for creating a new instance based on an existing one."],["This class is located within the `Google.Cloud.VMMigration.V1` namespace and is part of the `Google.Cloud.VMMigration.V1.dll` assembly."]]],[]]