class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestFacetSpec

def update!(**args)

Update properties of this object
def update!(**args)
  @enable_dynamic_position = args[:enable_dynamic_position] if args.key?(:enable_dynamic_position)
  @excluded_filter_keys = args[:excluded_filter_keys] if args.key?(:excluded_filter_keys)
  @facet_key = args[:facet_key] if args.key?(:facet_key)
  @limit = args[:limit] if args.key?(:limit)
end