Class Move
An object was moved.
Implements
Inherited Members
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class Move : IDirectResponseSchema
Properties
AddedParents
The added parent object(s).
Declaration
[JsonProperty("addedParents")]
public virtual IList<TargetReference> AddedParents { get; set; }
Property Value
Type | Description |
---|---|
IList<TargetReference> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RemovedParents
The removed parent object(s).
Declaration
[JsonProperty("removedParents")]
public virtual IList<TargetReference> RemovedParents { get; set; }
Property Value
Type | Description |
---|---|
IList<TargetReference> |