Class Create
An object was created.
Inheritance
System.Object
Create
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.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 |