class Google::Apis::SheetsV4::BatchClearValuesByDataFilterResponse

spreadsheet.
The response when clearing a range of values selected with DataFilters in a

def initialize(**args)

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

def update!(**args)

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