class Google::Apis::DatastoreV1beta2::CommitResponse
Attributes
header[RW]
Corresponds to the JSON property `header` @return [Google::Apis::DatastoreV1beta2::ResponseHeader]
mutation_result[RW]
The result of performing the mutation (if any). Corresponds to the JSON property `mutationResult` @return [Google::Apis::DatastoreV1beta2::MutationResult]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/datastore_v1beta2/classes.rb, line 173 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/datastore_v1beta2/classes.rb, line 178 def update!(**args) @header = args[:header] if args.key?(:header) @mutation_result = args[:mutation_result] if args.key?(:mutation_result) end