class Google::Apis::SheetsV4::UpdateDataSourceRequest

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

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)
  @fields = args[:fields] if args.key?(:fields)
end