View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2SearchRequestTileNavigationSpec (google_api_retail v0.19.1)

This field specifies tile navigation related parameters.

Attributes

  • appliedTiles (type: list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Tile.t), default: nil) - 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.
  • tileNavigationRequested (type: boolean(), default: nil) - This field specifies whether the customer would like to request tile navigation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2SearchRequestTileNavigationSpec{
    appliedTiles: [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Tile.t()] | nil,
    tileNavigationRequested: boolean() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.