class Google::Apis::SheetsV4::SearchDeveloperMetadataResponse

A reply to a developer metadata search request.

Attributes

matched_developer_metadata[RW]

The metadata matching the criteria of the search request. Corresponds to the JSON property `matchedDeveloperMetadata` @return [Array<Google::Apis::SheetsV4::MatchedDeveloperMetadata>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 8608
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sheets_v4/classes.rb, line 8613
def update!(**args)
  @matched_developer_metadata = args[:matched_developer_metadata] if args.key?(:matched_developer_metadata)
end