class Google::Apis::BigqueryV2::StandardSqlStructType
Attributes
fields[RW]
Corresponds to the JSON property `fields` @return [Array<Google::Apis::BigqueryV2::StandardSqlField>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 6104 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 6109 def update!(**args) @fields = args[:fields] if args.key?(:fields) end