Interface ResponseObject
Stay organized with collections
Save and categorize content based on your preferences.
The response object passed to the callback method.
Signature
interface ResponseObject
Property signatures
Name |
Description |
action |
A type representing the action taken by the user to dismiss the dialog. |
docs |
An array of DocumentObject s selected by the user. |
parents |
The parent folders for the selected items. |
viewToken |
The view the user selected these items from. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-20 UTC.
[null,null,["Last updated 2025-06-20 UTC."],[],[],null,["# Interface ResponseObject\n\nThe response object passed to the callback method.\n\nSignature\n---------\n\n interface ResponseObject\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|--------------------------------------------------|-------------------------------------------------------------------------|\n| [`action`](./picker.responseobject.action) | A type representing the action taken by the user to dismiss the dialog. |\n| [`docs`](./picker.responseobject.docs) | An array of `DocumentObject`s selected by the user. |\n| [`parents`](./picker.responseobject.parents) | The parent folders for the selected items. |\n| [`viewToken`](./picker.responseobject.viewtoken) | The view the user selected these items from. |"]]