class Google::Apis::SheetsV4::CancelDataSourceRefreshRequest

source.
readonly` OAuth scope if you are cancelling a refresh on a BigQuery data
the specified references. The request requires an additional ‘bigquery.
Cancels one or multiple refreshes of data source objects in the spreadsheet by

def initialize(**args)

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

def update!(**args)

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