屬性簽章 ResponseObject.docs
使用者選取的 DocumentObject
陣列。
簽名
[Response.DOCUMENTS]?: DocumentObject[];
詳細資料
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-08 (世界標準時間)。
[null,null,["上次更新時間:2024-11-08 (世界標準時間)。"],[[["`Response.DOCUMENTS` is an optional array of `DocumentObject`s."],["It represents the documents selected by the user."],["This property can be modified after it is initialized."]]],["The `Response.DOCUMENTS` property holds an array of `DocumentObject`s. This array is the result of a user's selection. The type of this property is `DocumentObject[]`, meaning it's an array specifically containing `DocumentObject` instances. It is optional, so it may not always be present in the `Response`. The array is not read-only, indicating its contents can be modified.\n"]]