View Source GoogleApi.Spanner.V1.Model.ReadWrite (google_api_spanner v0.39.0)

Message type to initiate a read-write transaction. Currently this transaction type has no options.

Attributes

  • readLockMode (type: String.t, default: nil) - Read lock mode for the transaction.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.