class Google::Apis::SheetsV4::DeveloperMetadataLookup

may be specified.
intersection of all the specified fields; any field or combination of fields
that type. In general, this selects all DeveloperMetadata that matches the
metadata with that key and visibility that are associated with a location of
visibility, and location type are all specified, this considers all developer
specified, this considers all developer metadata with that key. If a key,
DeveloperMetadata with that particular unique ID. If a metadata key is
example, if only a metadata ID is specified this considers the
Selects DeveloperMetadata that matches all of the specified fields. For

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @location_matching_strategy = args[:location_matching_strategy] if args.key?(:location_matching_strategy)
  @location_type = args[:location_type] if args.key?(:location_type)
  @metadata_id = args[:metadata_id] if args.key?(:metadata_id)
  @metadata_key = args[:metadata_key] if args.key?(:metadata_key)
  @metadata_location = args[:metadata_location] if args.key?(:metadata_location)
  @metadata_value = args[:metadata_value] if args.key?(:metadata_value)
  @visibility = args[:visibility] if args.key?(:visibility)
end