View source: R/firestore_objects.R
BatchGetDocumentsResponse | R Documentation |
BatchGetDocumentsResponse Object
BatchGetDocumentsResponse( missing = NULL, transaction = NULL, readTime = NULL, found = NULL )
missing |
A document name that was requested but does not exist |
transaction |
The transaction that was started as part of this request |
readTime |
The time at which the document was read |
found |
A document that was requested |
Autogenerated via gar_create_api_objects
The streamed response for Firestore.BatchGetDocuments.
BatchGetDocumentsResponse object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.