class Google::Apis::SheetsV4::BigQueryQuerySpec

Specifies a custom BigQuery query.

Attributes

raw_query[RW]

The raw query string. Corresponds to the JSON property `rawQuery` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 2005
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sheets_v4/classes.rb, line 2010
def update!(**args)
  @raw_query = args[:raw_query] if args.key?(:raw_query)
end