GoogleApi.Firestore.V1.Model.WriteResult (google_api_firestore v0.20.2) View Source
The result of applying a write.
Attributes
-
transformResults(type:list(GoogleApi.Firestore.V1.Model.Value.t), default:nil) - The results of applying each DocumentTransform.FieldTransform, in the same order. -
updateTime(type:DateTime.t, default:nil) - The last update time of the document after applying the write. Not set after adelete. If the write did not actually change the document, this will be the previous update_time.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Firestore.V1.Model.WriteResult{
transformResults: [GoogleApi.Firestore.V1.Model.Value.t()],
updateTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.