Class RemoveGroupMigrationRequest
Request message for 'RemoveMigration' request.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class RemoveGroupMigrationRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MigratingVm
The MigratingVm to remove.
Declaration
[JsonProperty("migratingVm")]
public virtual string MigratingVm { get; set; }
Property Value
Type | Description |
---|---|
string |