google_api_datastore v0.16.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
Specs
t() :: %GoogleApi.Datastore.V1.Model.CommitResponse{ indexUpdates: integer(), mutationResults: [GoogleApi.Datastore.V1.Model.MutationResult.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.