class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleDoNotAssociateAction

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