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.
Constructor Details
#initialize(**args) ⇒ SearchDeveloperMetadataResponse
Returns a new instance of SearchDeveloperMetadataResponse.
8587 8588 8589 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 8587 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
8585 8586 8587 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 8585 def @matched_developer_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8592 8593 8594 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 8592 def update!(**args) @matched_developer_metadata = args[:matched_developer_metadata] if args.key?(:matched_developer_metadata) end |