class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompleteQueryResponseRecentSearchResult
Recent search of this user.
Attributes
recent_search[RW]
The recent search query. Corresponds to the JSON property `recentSearch` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/retail_v2beta/classes.rb, line 1403 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/retail_v2beta/classes.rb, line 1408 def update!(**args) @recent_search = args[:recent_search] if args.key?(:recent_search) end