সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অ্যাকশন ডিটেইল
একটি কর্মের প্রকার এবং অতিরিক্ত তথ্য বর্ণনাকারী ডেটা।
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-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`ActionDetail` provides data about the type and specifics of an action performed on a Drive item."],["It's represented as a union field, meaning only one action type can be present at a time."],["Possible action types include create, edit, move, rename, delete, restore, permission change, comment, data leak prevention change, reference, settings change, and applied label change."],["Each action type has a corresponding object containing further details about the specific action taken."],["The `action_detail` field helps understand how Drive items are being interacted with and modified over time."]]],[]]