class Google::Apis::SheetsV4::AddDataSourceRequest

bigquery.readonly` OAuth scope if you are adding a BigQuery data source.
sheet to read data from the data source. The request requires an additional ‘
DATA_SOURCE sheet is created and an execution is triggered to refresh the
Adds a data source. After the data source is added successfully, an associated

def initialize(**args)

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

def update!(**args)

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