class Google::Apis::DatastoreV1beta3::RollbackRequest

The request for Datastore.Rollback.

Attributes

transaction[RW]

Required. The transaction identifier, returned by a call to Datastore. BeginTransaction. Corresponds to the JSON property `transaction` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datastore_v1beta3/classes.rb, line 1547
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datastore_v1beta3/classes.rb, line 1552
def update!(**args)
  @transaction = args[:transaction] if args.key?(:transaction)
end