google_api_firestore v0.13.0 GoogleApi.Firestore.V1beta1.Model.CommitResponse View Source
The response for Firestore.Commit.
Attributes
commitTime
(type:DateTime.t
, default:nil
) - The time at which the commit occurred. Any read with an equal or greaterread_time
is guaranteed to see the effects of the commit.writeResults
(type:list(GoogleApi.Firestore.V1beta1.Model.WriteResult.t)
, default:nil
) - The result of applying the writes.This i-th write result corresponds to the i-th write in the request.
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.V1beta1.Model.CommitResponse{ commitTime: DateTime.t(), writeResults: [GoogleApi.Firestore.V1beta1.Model.WriteResult.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.