View source: R/firestore_objects.R
RunQueryResponse | R Documentation |
RunQueryResponse Object
RunQueryResponse( transaction = NULL, skippedResults = NULL, readTime = NULL, document = NULL )
transaction |
The transaction that was started as part of this request |
skippedResults |
The number of results that have been skipped due to an offset between the last response and the current response |
readTime |
The time at which the document was read |
document |
A query result |
Autogenerated via gar_create_api_objects
The response for Firestore.RunQuery.
RunQueryResponse object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.