संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ActionDetail
किसी कार्रवाई के टाइप और अन्य जानकारी के बारे में बताने वाला डेटा.
JSON के काेड में दिखाना
{// Union field action_detail can be only one of the following:"create": {object (Create)},"edit": {object (Edit)},"move": {object (Move)},"rename": {object (Rename)},"delete": {object (Delete)},"restore": {object (Restore)},"permissionChange": {object (PermissionChange)},"comment": {object (Comment)},"dlpChange": {object (DataLeakPreventionChange)},"reference": {object (ApplicationReference)},"settingsChange": {object (SettingsChange)},"appliedLabelChange": {object (AppliedLabelChange)}// End of list of possible types for union field action_detail.}
फ़ील्ड
यूनियन फ़ील्ड
action_detail. किसी कार्रवाई के टाइप और अन्य जानकारी के बारे में बताने वाला डेटा.
action_detail
इनमें से कोई एक हो सकता है:
[[["समझने में आसान है","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"]],["आखिरी बार 2024-11-23 (UTC) को अपडेट किया गया."],[[["`ActionDetail` provides data about the type and specifics of an action performed on a Drive item."],["It's a union field with various types like `create`, `edit`, `move`, `rename`, `delete`, `restore`, and more, each represented by a specific object."],["Each action type within `ActionDetail` offers further information relevant to that specific action, like details on a file creation or permission change."],["You can access detailed descriptions and specifications for each action type through the provided links in the table."],["This data helps in understanding and tracking various activities and changes happening within the Google Drive ecosystem."]]],[]]