class Google::Apis::SheetsV4::BatchClearValuesRequest

The request for clearing 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)
  @ranges = args[:ranges] if args.key?(:ranges)
end