View Source GoogleApi.Firestore.V1.Model.BatchWriteRequest (google_api_firestore v0.26.0)

The request for Firestore.BatchWrite.

Attributes

  • labels (type: map(), default: nil) - Labels associated with this batch write.
  • writes (type: list(GoogleApi.Firestore.V1.Model.Write.t), default: nil) - The writes to apply. Method does not apply writes atomically and does not guarantee ordering. Each write succeeds or fails independently. You cannot write to the same document more than once per request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.BatchWriteRequest{
  labels: map() | nil,
  writes: [GoogleApi.Firestore.V1.Model.Write.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.