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