View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2SearchResponseTileNavigationResult (google_api_retail v0.19.1)
This field specifies all related information for tile navigation that will be used in client side.
Attributes
-
tiles
(type:list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Tile.t)
, default:nil
) - The current tiles that are used for tile navigation, sorted by engagement.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2SearchResponseTileNavigationResult{ tiles: [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Tile.t()] | nil }