public sealed class AddGroupMigrationRequest : IMessage<AddGroupMigrationRequest>, IEquatable<AddGroupMigrationRequest>, IDeepCloneable<AddGroupMigrationRequest>, 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 page provides documentation for the `AddGroupMigrationRequest` class within the `Google.Cloud.VMMigration.V1` namespace, specifically for version 2.1.0."],["The `AddGroupMigrationRequest` class is used to construct requests for adding a migration to a group, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Group` and `MigratingVm`, which are required full path names indicating the group and migrating virtual machine involved in the request."],["There are multiple versions available, ranging from 1.0.0 to the latest 2.6.0, each version being a link to the specific documentation for that particular version of the `AddGroupMigrationRequest` class."],["The `AddGroupMigrationRequest` class has two constructors, a parameterless constructor, and one that receives another `AddGroupMigrationRequest` object as a parameter."]]],[]]