class Google::Apis::BigqueryV2::TableRow

Attributes

f[RW]

Represents a single row in the result set, consisting of one or more fields. Corresponds to the JSON property `f` @return [Array<Google::Apis::BigqueryV2::TableCell>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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