Class: Google::Apis::SheetsV4::ClearValuesRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::SheetsV4::ClearValuesRequest
 
 
- 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
- 
  
    
      #initialize(**args)  ⇒ ClearValuesRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ClearValuesRequest.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ClearValuesRequest
Returns a new instance of ClearValuesRequest
      2998 2999 3000  | 
    
      # File 'generated/google/apis/sheets_v4/classes.rb', line 2998 def initialize(**args) update!(**args) end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3003 3004  | 
    
      # File 'generated/google/apis/sheets_v4/classes.rb', line 3003 def update!(**args) end  |