Create

Create

An object was created.

JSON representation
{

  // Union field origin can be only one of the following:
  "new": {
    object (New)
  },
  "upload": {
    object (Upload)
  },
  "copy": {
    object (Copy)
  }
  // End of list of possible types for union field origin.
}
Fields
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

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 (TargetReference)
  }
}
Fields
originalObject

object (TargetReference)

The original object.