Class Create
An object was created.
Implements
Inherited Members
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 |