class Google::Apis::FirestoreV1beta1::BeginTransactionResponse
The response for Firestore.BeginTransaction.
Attributes
transaction[RW]
The transaction that was started. 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_v1beta1/classes.rb, line 221 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_v1beta1/classes.rb, line 226 def update!(**args) @transaction = args[:transaction] if args.key?(:transaction) end