class Google::Apis::SheetsV4::RefreshDataSourceRequest
have the same response accordingly.
batch, only the last refresh request is processed, and all those requests will
multiple refresh requests referencing the same data source objects in one
OAuth scope if you are refreshing a BigQuery data source. If there are
specified references. The request requires an additional ‘bigquery.readonly`
Refreshes one or multiple data source objects in the spreadsheet by the
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @data_source_id = args[:data_source_id] if args.key?(:data_source_id) @force = args[:force] if args.key?(:force) @is_all = args[:is_all] if args.key?(:is_all) @references = args[:references] if args.key?(:references) end