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

The response for Commit.

Attributes

  • commitStats (type: GoogleApi.Spanner.V1.Model.CommitStats.t, default: nil) - The statistics about this Commit. Not returned by default. For more information, see CommitRequest.return_commit_stats.
  • commitTimestamp (type: DateTime.t, default: nil) - The Cloud Spanner timestamp at which the transaction committed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.CommitResponse{
  commitStats: GoogleApi.Spanner.V1.Model.CommitStats.t() | nil,
  commitTimestamp: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.