Show / Hide Table of Contents

Class Move

An object was moved.

Inheritance
System.Object
Move
Implements
IDirectResponseSchema
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class Move : object, IDirectResponseSchema

Properties

AddedParents

The added parent object(s).

Declaration
public virtual IList<TargetReference> AddedParents { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<TargetReference>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

RemovedParents

The removed parent object(s).

Declaration
public virtual IList<TargetReference> RemovedParents { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<TargetReference>

Implements

IDirectResponseSchema
Back to top