class Google::Apis::FirestoreV1::BeginTransactionRequest

The request for Firestore.BeginTransaction.

Attributes

options[RW]

Options for creating a new transaction. Corresponds to the JSON property `options` @return [Google::Apis::FirestoreV1::TransactionOptions]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/firestore_v1/classes.rb, line 201
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 206
def update!(**args)
  @options = args[:options] if args.key?(:options)
end