Owner

मालिक

Drive में मौजूद किसी आइटम के मालिक की जानकारी.

जेएसओएन के काेड में दिखाना
{
  "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.
}
फ़ील्ड
teamDrive
(deprecated)

object (TeamDriveReference)

यह फ़ील्ड काम नहीं करता है. इसके बजाय, कृपया drive फ़ील्ड का इस्तेमाल करें.

domain

object (Domain)

Drive में मौजूद आइटम के मालिक का डोमेन.

यूनियन फ़ील्ड owner. Drive में मौजूद आइटम का मालिक. owner इनमें से सिर्फ़ एक हो सकता है:
user

object (User)

वह उपयोगकर्ता जिसके पास Drive में मौजूद आइटम का मालिकाना हक है.

drive

object (DriveReference)

वह ड्राइव जिसके पास आइटम का मालिकाना हक है.