class Google::Apis::DatastoreV1beta2::RollbackRequest
Attributes
transaction[RW]
The transaction identifier, returned by a call to beginTransaction. Corresponds to the JSON property `transaction` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/datastore_v1beta2/classes.rb, line 995 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 1000 def update!(**args) @transaction = args[:transaction] if args.key?(:transaction) end