RunQueryResponse Object

RunQueryResponse(
  transaction = NULL,
  skippedResults = NULL,
  readTime = NULL,
  document = NULL
)

Arguments

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

Value

RunQueryResponse object

Details

Autogenerated via gar_create_api_objects The response for Firestore.RunQuery.