Class: Google::Apis::SheetsV4::SearchDeveloperMetadataResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/sheets_v4/classes.rb,
lib/google/apis/sheets_v4/representations.rb,
lib/google/apis/sheets_v4/representations.rb

Overview

A reply to a developer metadata search request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SearchDeveloperMetadataResponse

Returns a new instance of SearchDeveloperMetadataResponse.



8776
8777
8778
# File 'lib/google/apis/sheets_v4/classes.rb', line 8776

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

Instance Attribute Details

#matched_developer_metadataArray<Google::Apis::SheetsV4::MatchedDeveloperMetadata>

The metadata matching the criteria of the search request. Corresponds to the JSON property matchedDeveloperMetadata



8774
8775
8776
# File 'lib/google/apis/sheets_v4/classes.rb', line 8774

def 
  @matched_developer_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8781
8782
8783
# File 'lib/google/apis/sheets_v4/classes.rb', line 8781

def update!(**args)
  @matched_developer_metadata = args[:matched_developer_metadata] if args.key?(:matched_developer_metadata)
end