[[["容易理解","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-26 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003eDriveItemsSelectedActionResponse\u003c/code\u003e facilitates changes to Google Drive based on user actions when items are selected.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003eprintJson()\u003c/code\u003e method for debugging purposes, outputting the object's JSON representation as a string.\u003c/p\u003e\n"]]],["The `DriveItemsSelectedActionResponse` handles changes to Drive when items are selected and an action is performed in the UI. It contains one method: `printJson()`. This method returns a `String` and provides a JSON representation of the object, intended for debugging purposes. It enables developers to inspect the object's state by outputting it as a JSON string.\n"],null,["DriveItemsSelectedActionResponse\n\nRepresents a response that makes changes to Drive while Drive items are selected and in reaction\nto an action taken in the UI, such as a button click. \n\nMethods\n\n| Method | Return type | Brief description |\n|-----------------------------|-------------|------------------------------------------------|\n| [printJson()](#printJson()) | `String` | Prints the JSON representation of this object. |\n\nDetailed documentation \n\n`print``Json()` \nPrints the JSON representation of this object. This is for debugging only.\n\nReturn\n\n\n`String`"]]