プロパティ signature ResponseObject.parents
選択したアイテムの親フォルダ。
署名
[Response.PARENTS]?: ParentDocumentObject[];
詳細
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[null,null,["最終更新日 2024-10-15 UTC。"],[[["`Response.PARENTS` is an optional property containing an array of `ParentDocumentObject` representing the parent folders of selected items."],["This property is not read-only, meaning it can be modified."],["You can find more details about the `ParentDocumentObject` type in its dedicated documentation: `./picker.parentdocumentobject.md`."]]],["The core content defines `Response.PARENTS`, which is an optional array of `ParentDocumentObject`s. This array represents the parent folders of selected items. The data type is `ParentDocumentObject[]`, indicating multiple parent folders are possible. The property is optional, meaning it may not always be present, and it is not readonly, implying the array can be modified.\n"]]