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

The response for Datastore.Commit.

Attributes

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

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.