Class GoogleCloudRetailV2alphaSearchResponseTileNavigationResult
This field specifies all related information for tile navigation that will be used in client side.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaSearchResponseTileNavigationResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Tiles
The current tiles that are used for tile navigation, sorted by engagement.
Declaration
[JsonProperty("tiles")]
public virtual IList<GoogleCloudRetailV2alphaTile> Tiles { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2alphaTile> |