सिर्फ़ आउटपुट के लिए. इस उपयोगकर्ता के लिए, सादा टेक्स्ट वाला ऐसा नाम जिसे दिखाया जा सकता है.
kind
string
सिर्फ़ आउटपुट के लिए. इससे पता चलता है कि यह किस तरह का संसाधन है. वैल्यू: तय की गई स्ट्रिंग drive#user.
me
boolean
सिर्फ़ आउटपुट के लिए. यह उपयोगकर्ता, अनुरोध करने वाला उपयोगकर्ता है या नहीं.
permissionId
string
सिर्फ़ आउटपुट के लिए. अनुमति संसाधन में दिखने वाला उपयोगकर्ता का आईडी.
emailAddress
string
सिर्फ़ आउटपुट के लिए. उपयोगकर्ता का ईमेल पता. अगर उपयोगकर्ता ने अनुरोध करने वाले व्यक्ति को अपना ईमेल पता नहीं दिखाया है, तो हो सकता है कि कुछ मामलों में यह जानकारी मौजूद न हो.
photoLink
string
सिर्फ़ आउटपुट के लिए. उपयोगकर्ता की प्रोफ़ाइल फ़ोटो का लिंक. अगर उपलब्ध हो, तो.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# User\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation about a Drive user.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"displayName\": string, \"kind\": string, \"me\": boolean, \"permissionId\": string, \"emailAddress\": string, \"photoLink\": string } ``` |\n\n| Fields ||\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `displayName` | `string` Output only. A plain text displayable name for this user. |\n| `kind` | `string` Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`. |\n| `me` | `boolean` Output only. Whether this user is the requesting user. |\n| `permissionId` | `string` Output only. The user's ID as visible in Permission resources. |\n| `emailAddress` | `string` Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. |\n| `photoLink` | `string` Output only. A link to the user's profile photo, if available. |"]]