Class GoogleCloudRetailV2SearchRequestTileNavigationSpec
This field specifies tile navigation related parameters.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2SearchRequestTileNavigationSpec : IDirectResponseSchema
Properties
AppliedTiles
This field specifies the tiles which are already clicked in client side. NOTE: This field is not being used for filtering search products. Client side should also put all the applied tiles in SearchRequest.filter.
Declaration
[JsonProperty("appliedTiles")]
public virtual IList<GoogleCloudRetailV2Tile> AppliedTiles { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2Tile> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TileNavigationRequested
This field specifies whether the customer would like to request tile navigation.
Declaration
[JsonProperty("tileNavigationRequested")]
public virtual bool? TileNavigationRequested { get; set; }
Property Value
Type | Description |
---|---|
bool? |