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
7105 7106 7107 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 7105 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
7103 7104 7105 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 7103 def @matched_developer_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7110 7111 7112 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 7110 def update!(**args) @matched_developer_metadata = args[:matched_developer_metadata] if args.key?(:matched_developer_metadata) end |