class Google::Apis::BigqueryV2::StandardSqlTableType

A table type

Attributes

columns[RW]

The columns in this table type Corresponds to the JSON property `columns` @return [Array<Google::Apis::BigqueryV2::StandardSqlField>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 6123
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 6128
def update!(**args)
  @columns = args[:columns] if args.key?(:columns)
end