Show / Hide Table of Contents

Class Create

An object was created.

Inheritance
object
Create
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 Create : IDirectResponseSchema

Properties

Copy

If present, indicates the object was created by copying an existing Drive object.

Declaration
[JsonProperty("copy")]
public virtual Copy Copy { get; set; }
Property Value
Type Description
Copy

ETag

The ETag of the item.

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

New__

If present, indicates the object was newly created (e.g. as a blank document), not derived from a Drive object or external object.

Declaration
[JsonProperty("new")]
public virtual New New__ { get; set; }
Property Value
Type Description
New

Upload

If present, indicates the object originated externally and was uploaded to Drive.

Declaration
[JsonProperty("upload")]
public virtual Upload Upload { get; set; }
Property Value
Type Description
Upload

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX