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

A group of mutations to be committed together. Related mutations should be placed in a group. For example, two mutations inserting rows with the same primary key prefix in both parent and child tables are related.

Attributes

  • mutations (type: list(GoogleApi.Spanner.V1.Model.Mutation.t), default: nil) - Required. The mutations in this group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.MutationGroup{
  mutations: [GoogleApi.Spanner.V1.Model.Mutation.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.