class Google::Apis::SheetsV4::BigQueryTableSpec
google.com/bigquery/docs/tables-intro) are allowed.
Specifies a BigQuery table definition. Only [native tables](cloud.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @dataset_id = args[:dataset_id] if args.key?(:dataset_id) @table_id = args[:table_id] if args.key?(:table_id) @table_project_id = args[:table_project_id] if args.key?(:table_project_id) end