Class Create
An object was created.
Inheritance
System.Object
Create
Implements
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class Create : object, IDirectResponseSchema
Properties
Copy
If present, indicates the object was created by copying an existing Drive object.
Declaration
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
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
public virtual Upload Upload { get; set; }
Property Value
| Type | Description |
|---|---|
| Upload |