google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.RunQueryRequest View Source
The request for Firestore.RunQuery.
Attributes
- newTransaction (TransactionOptions): Starts a new transaction and reads the documents. Defaults to a read-only transaction. The new transaction ID will be returned as the first response in the stream. Defaults to:
null
. - readTime (String.t): Reads documents as they were at the given time. This may not be older than 60 seconds. Defaults to:
null
. - structuredQuery (StructuredQuery): A structured query. Defaults to:
null
. - transaction (binary()): Reads documents in a transaction. Defaults to:
null
.