Class: Google::Apis::BigqueryV2::StandardSqlTableType

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigquery_v2/classes.rb,
lib/google/apis/bigquery_v2/representations.rb,
lib/google/apis/bigquery_v2/representations.rb

Overview

A table type

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StandardSqlTableType

Returns a new instance of StandardSqlTableType.



7214
7215
7216
# File 'lib/google/apis/bigquery_v2/classes.rb', line 7214

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#columnsArray<Google::Apis::BigqueryV2::StandardSqlField>

The columns in this table type Corresponds to the JSON property columns



7212
7213
7214
# File 'lib/google/apis/bigquery_v2/classes.rb', line 7212

def columns
  @columns
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7219
7220
7221
# File 'lib/google/apis/bigquery_v2/classes.rb', line 7219

def update!(**args)
  @columns = args[:columns] if args.key?(:columns)
end