Class: Google::Apis::SheetsV4::SearchDeveloperMetadataRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SheetsV4::SearchDeveloperMetadataRequest
 
- 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
A request to retrieve all developer metadata matching the set of specified criteria.
Instance Attribute Summary collapse
- 
  
    
      #data_filters  ⇒ Array<Google::Apis::SheetsV4::DataFilter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The data filters describing the criteria used to determine which DeveloperMetadata entries to return. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SearchDeveloperMetadataRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SearchDeveloperMetadataRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SearchDeveloperMetadataRequest
Returns a new instance of SearchDeveloperMetadataRequest
| 7464 7465 7466 | # File 'generated/google/apis/sheets_v4/classes.rb', line 7464 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#data_filters ⇒ Array<Google::Apis::SheetsV4::DataFilter>
The data filters describing the criteria used to determine which
DeveloperMetadata entries to return.  DeveloperMetadata matching any of the
specified filters will be included in the response.
Corresponds to the JSON property dataFilters
| 7462 7463 7464 | # File 'generated/google/apis/sheets_v4/classes.rb', line 7462 def data_filters @data_filters end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 7469 7470 7471 | # File 'generated/google/apis/sheets_v4/classes.rb', line 7469 def update!(**args) @data_filters = args[:data_filters] if args.key?(:data_filters) end |