Class GoogleCloudRetailV2betaCompleteQueryResponseRecentSearchResult
Deprecated: Recent search of this user.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaCompleteQueryResponseRecentSearchResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RecentSearch
The recent search query.
Declaration
[JsonProperty("recentSearch")]
public virtual string RecentSearch { get; set; }
Property Value
Type | Description |
---|---|
string |