View Source GoogleApi.Firestore.V1beta1.Model.WriteResult (google_api_firestore v0.27.0)

The result of applying a write.

Attributes

  • transformResults (type: list(GoogleApi.Firestore.V1beta1.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 a delete. If the write did not actually change the document, this will be the previous update_time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1beta1.Model.WriteResult{
  transformResults: [GoogleApi.Firestore.V1beta1.Model.Value.t()] | nil,
  updateTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.