Class: Google::Apis::SheetsV4::ClearValuesRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb

Overview

The request for clearing a range of values in a spreadsheet.

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ClearValuesRequest

Returns a new instance of ClearValuesRequest.



2856
2857
2858
# File 'generated/google/apis/sheets_v4/classes.rb', line 2856

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2861
2862
# File 'generated/google/apis/sheets_v4/classes.rb', line 2861

def update!(**args)
end