google_api_firestore v0.18.0 GoogleApi.Firestore.V1.Model.BatchWriteResponse View Source

The response from Firestore.BatchWrite.

Attributes

  • status (type: list(GoogleApi.Firestore.V1.Model.Status.t), default: nil) - The status of applying the writes.

    This i-th write status corresponds to the i-th write in the request.

  • writeResults (type: list(GoogleApi.Firestore.V1.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

Specs

t() :: %GoogleApi.Firestore.V1.Model.BatchWriteResponse{
  status: [GoogleApi.Firestore.V1.Model.Status.t()],
  writeResults: [GoogleApi.Firestore.V1.Model.WriteResult.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.