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 lib/google/apis/bigquery_v2/classes.rb, line 6931 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 6936 def update!(**args) @f = args[:f] if args.key?(:f) end