class Google::Apis::SheetsV4::BatchGetValuesByDataFilterResponse

selected by DataFilters.
The response when retrieving more than one range of values in a spreadsheet

def initialize(**args)

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

def update!(**args)

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