Create
An object was created.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field
origin
. The origin of the new object.
origin
can be only one of the following:
|
|
new
|
If present, indicates the object was newly created (e.g. as a blank document), not derived from a Drive object or external object. |
upload
|
If present, indicates the object originated externally and was uploaded to Drive. |
copy
|
If present, indicates the object was created by copying an existing Drive object. |
New
An object was created from scratch.
Upload
An object was uploaded into Drive.
Copy
An object was created by copying an existing object.
JSON representation |
---|
{
"originalObject": {
object (
|
Fields | |
---|---|
originalObject
|
The original object. |