Show / Hide Table of Contents

Class Move

An object was moved.

Inheritance
object
Move
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX