google_api_datastore v0.4.0 GoogleApi.Datastore.V1.Model.CommitResponse View Source

The response for Datastore.Commit.

Attributes

  • indexUpdates (integer()): The number of index entries updated during the commit, or zero if none were updated. Defaults to nil.
  • mutationResults (list(GoogleApi.Datastore.V1.Model.MutationResult.t)): The result of performing the mutations. The i-th mutation result corresponds to the i-th mutation in the request. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Datastore.V1.Model.CommitResponse{
  indexUpdates: integer(),
  mutationResults: [GoogleApi.Datastore.V1.Model.MutationResult.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.