class Google::Apis::FirestoreV1::RollbackRequest
The request for Firestore.Rollback.
Attributes
transaction[RW]
Required. The transaction to roll back. 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/firestore_v1/classes.rb, line 2007 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/firestore_v1/classes.rb, line 2012 def update!(**args) @transaction = args[:transaction] if args.key?(:transaction) end