Class: Google::Apis::SheetsV4::SearchDeveloperMetadataResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SheetsV4::SearchDeveloperMetadataResponse
 
- 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 reply to a developer metadata search request.
Instance Attribute Summary collapse
- 
  
    
      #matched_developer_metadata  ⇒ Array<Google::Apis::SheetsV4::MatchedDeveloperMetadata> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The metadata matching the criteria of the search request. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SearchDeveloperMetadataResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SearchDeveloperMetadataResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SearchDeveloperMetadataResponse
Returns a new instance of SearchDeveloperMetadataResponse
| 7483 7484 7485 | # File 'generated/google/apis/sheets_v4/classes.rb', line 7483 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#matched_developer_metadata ⇒ Array<Google::Apis::SheetsV4::MatchedDeveloperMetadata>
The metadata matching the criteria of the search request.
Corresponds to the JSON property matchedDeveloperMetadata
| 7481 7482 7483 | # File 'generated/google/apis/sheets_v4/classes.rb', line 7481 def @matched_developer_metadata end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 7488 7489 7490 | # File 'generated/google/apis/sheets_v4/classes.rb', line 7488 def update!(**args) @matched_developer_metadata = args[:matched_developer_metadata] if args.key?(:matched_developer_metadata) end |