class Google::Apis::SheetsV4::BigQueryQuerySpec

Specifies a custom BigQuery query.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @raw_query = args[:raw_query] if args.key?(:raw_query)
end