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.



3468
3469
3470
# File 'generated/google/apis/sheets_v4/classes.rb', line 3468

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3473
3474
# File 'generated/google/apis/sheets_v4/classes.rb', line 3473

def update!(**args)
end