class Google::Apis::SheetsV4::BatchClearValuesRequest

The request for clearing more than one range of values in a spreadsheet.

Attributes

ranges[RW]

The ranges to clear, in A1 or R1C1 notation. Corresponds to the JSON property `ranges` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 1548
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sheets_v4/classes.rb, line 1553
def update!(**args)
  @ranges = args[:ranges] if args.key?(:ranges)
end