class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaConditionQueryTerm

Query terms that we want to match on.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @full_match = args[:full_match] if args.key?(:full_match)
  @value = args[:value] if args.key?(:value)
end