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 details the `RemoveGroupMigrationRequest` class within the Google Cloud VM Migration v1 API, version 2.3.0."],["The `RemoveGroupMigrationRequest` class is used to formulate requests for removing a migration from a group, and it inherits from the `Object` class while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides constructors, one being a default and another taking in a `RemoveGroupMigrationRequest`, as well as a number of properties, such as `Group`, `GroupAsGroupName`, `MigratingVm`, and `MigratingVmAsMigratingVmName`, which are utilized for defining the specifics of the removal request."],["The main purpose of the class is to remove a specified migrating VM from a designated group, with parameters allowing setting the name of the group and the VM."]]],[]]