Owner

Owner

Information about the owner of a Drive item.

JSON representation
{
  "teamDrive": {
    object (TeamDriveReference)
  },
  "domain": {
    object (Domain)
  },

  "user": {
    object (User)
  },
  "drive": {
    object (DriveReference)
  }
}
Fields
teamDrive
(deprecated)

object (TeamDriveReference)

This field is deprecated; please use the drive field instead.

domain

object (Domain)

The domain of the Drive item owner.

Union field owner. The owner of the Drive item. owner can be only one of the following:
user

object (User)

The user that owns the Drive item.

drive

object (DriveReference)

The drive that owns the item.