class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleOnewaySynonymsAction

def update!(**args)

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