GoogleApi.Firestore.V1beta1.Model.BatchWriteRequest (google_api_firestore v0.21.3) View Source
The request for Firestore.BatchWrite.
Attributes
-
labels
(type:map()
, default:nil
) - Labels associated with this batch write. -
writes
(type:list(GoogleApi.Firestore.V1beta1.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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Firestore.V1beta1.Model.BatchWriteRequest{ labels: map() | nil, writes: [GoogleApi.Firestore.V1beta1.Model.Write.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.