class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompleteQueryResponse

def update!(**args)

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