Owner

Owner

Information about the owner of a Drive item.

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

  // Union field owner can be only one of the following:
  "user": {
    object (User)
  },
  "drive": {
    object (DriveReference)
  }
  // End of list of possible types for union field owner.
}
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.