google_api_datastore v0.1.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:
null
. - mutationResults ([MutationResult]): The result of performing the mutations. The i-th mutation result corresponds to the i-th mutation in the request. Defaults to:
null
.
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: any(), mutationResults: [GoogleApi.Datastore.V1.Model.MutationResult.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.