class Google::Apis::BigqueryV2::TransactionInfo

Attributes

transaction_id[RW]
Output-only

// [Alpha] Id of the transaction.

Corresponds to the JSON property `transactionId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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