Class: Google::Apis::SheetsV4::ClearValuesRequest
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::ClearValuesRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sheets_v4/classes.rb,
lib/google/apis/sheets_v4/representations.rb,
lib/google/apis/sheets_v4/representations.rb
Overview
The request for clearing a range of values in a spreadsheet.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ClearValuesRequest
constructor
A new instance of ClearValuesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ClearValuesRequest
Returns a new instance of ClearValuesRequest.
3245 3246 3247 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 3245 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3250 3251 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 3250 def update!(**args) end |