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 document outlines the `AddGroupMigrationRequest` class, which is used to send requests for adding a migrating virtual machine to a group within the Google Cloud VMMigration service."],["The `AddGroupMigrationRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides constructors for creating instances of `AddGroupMigrationRequest` and includes properties like `Group` and `MigratingVm` to specify the group and the virtual machine being added."],["It is part of the `Google.Cloud.VMMigration.V1` namespace, and is included in the `Google.Cloud.VMMigration.V1.dll` assembly, with the current document covering version 1.0.0 of the class."],["The latest version of the reference documentation available for the add group migration request is 2.6.0."]]],[]]