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

Options for a transaction that can be used to read and write documents. Firestore does not allow 3rd party auth requests to create read-write. transactions.

Attributes

  • retryTransaction (type: String.t, default: nil) - An optional transaction to retry.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.ReadWrite{
  retryTransaction: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.