class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleDoNotAssociateAction

Example: Don’t associate “gShoe” and “cheap”.
Prevents ‘query_term` from being associated with specified terms during search.

def initialize(**args)

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

def update!(**args)

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