Class: Google::Apis::SheetsV4::BatchClearValuesByDataFilterRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SheetsV4::BatchClearValuesByDataFilterRequest
 
- 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 more than one range selected by a DataFilter in a spreadsheet.
Instance Attribute Summary collapse
- 
  
    
      #data_filters  ⇒ Array<Google::Apis::SheetsV4::DataFilter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The DataFilters used to determine which ranges to clear. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BatchClearValuesByDataFilterRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of BatchClearValuesByDataFilterRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchClearValuesByDataFilterRequest
Returns a new instance of BatchClearValuesByDataFilterRequest
| 1416 1417 1418 | # File 'generated/google/apis/sheets_v4/classes.rb', line 1416 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#data_filters ⇒ Array<Google::Apis::SheetsV4::DataFilter>
The DataFilters used to determine which ranges to clear.
Corresponds to the JSON property dataFilters
| 1414 1415 1416 | # File 'generated/google/apis/sheets_v4/classes.rb', line 1414 def data_filters @data_filters end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1421 1422 1423 | # File 'generated/google/apis/sheets_v4/classes.rb', line 1421 def update!(**args) @data_filters = args[:data_filters] if args.key?(:data_filters) end |