google_api_firestore v0.11.0 GoogleApi.Firestore.V1.Model.CommitRequest View Source
The request for Firestore.Commit.
Attributes
transaction
(type:String.t
, default:nil
) - If set, applies all writes in this transaction, and commits it.writes
(type:list(GoogleApi.Firestore.V1.Model.Write.t)
, default:nil
) - The writes to apply.Always executed atomically and in order.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Firestore.V1.Model.CommitRequest{ transaction: String.t(), writes: [GoogleApi.Firestore.V1.Model.Write.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.