プロパティ signature ResponseObject.docs
ユーザーが選択した DocumentObject
の配列。
署名
[Response.DOCUMENTS]?: DocumentObject[];
詳細
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-08 UTC。
[null,null,["最終更新日 2024-11-08 UTC。"],[[["`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"]]