class Google::Apis::SheetsV4::SearchDeveloperMetadataRequest

A request to retrieve all developer metadata matching the set of specified criteria.

Attributes

data_filters[RW]

The data filters describing the criteria used to determine which DeveloperMetadata entries to return. DeveloperMetadata matching any of the specified filters are included in the response. Corresponds to the JSON property `dataFilters` @return [Array<Google::Apis::SheetsV4::DataFilter>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 8589
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 8594
def update!(**args)
  @data_filters = args[:data_filters] if args.key?(:data_filters)
end