google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.CommitRequest View Source
The request for Firestore.Commit.
Attributes
- transaction (binary()): If set, applies all writes in this transaction, and commits it. Defaults to:
null
. - writes ([Write]): The writes to apply. Always executed atomically and in order. Defaults to:
null
.