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