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."],[[["This document outlines the `RemoveGroupMigrationRequest` class, which is used to send a request to remove a migration from a group."],["The class is part of the `Google.Cloud.VMMigration.V1` namespace and is available in the `Google.Cloud.VMMigration.V1.dll` assembly."],["`RemoveGroupMigrationRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The request requires the name of the group, specified by the `Group` property, as well as the `MigratingVm` property."],["The class includes properties to provide a string view and a typed view for the `Group` and the `MigratingVm` such as `GroupAsGroupName` and `MigratingVmAsMigratingVmName`."]]],[]]