Create
An object was created.
| JSON representation |
|---|
{ // Union field |
origin
. The origin of the new object. origin
can be only one of the following:new
object (
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
object (
Upload
)
If present, indicates the object originated externally and was uploaded to Drive.
copy
object (
Copy
)
If present, indicates the object was created by copying an existing Drive object.
New
This type has no fields.
An object was created from scratch.
Upload
This type has no fields.
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. |

