class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompleteQueryResponseRecentSearchResult
Recent search of this user.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @recent_search = args[:recent_search] if args.key?(:recent_search) end