Class GoogleCloudRetailV2SearchResponseTileNavigationResult
This field specifies all related information for tile navigation that will be used in client side.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2SearchResponseTileNavigationResult : 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<GoogleCloudRetailV2Tile> Tiles { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2Tile> |