Voting helps other researchers find interesting modules.
Next ID: 18
fullTitle
String.t
nil
imageDocid
list(String.t)
image_docid
image_info
imageInfo
list(GoogleApi.ContentWarehouse.V1.Model.QualityShoppingShoppingAttachmentPBlockImageInfo.t)
isFreeDelivery
boolean()
isFreeReturn
listTitle
maxPriceValue
number()
minPriceValue
price
priceCurrency
priceValue
title (type: String.t, default: nil) - Product info extracted by Product Blocks go/sdu-shopping-page-intro and go/product-block-extraction. Here is an example of a page with a ## list_title (Shoes) and 3 blocks with their own titles: | Shoes | | ---------------------| | For Running | | ---------------------| | Men's Hiking | | ---------------------| ## | * Dress Shoes | The field full_title is what we constructed to best describe the product in the block. For example, for the above 3 blocks, their full_titles will contain info from list_title: "Shoes For Running", "Shoes Men's Hiking", "Dress Shoes". Note that the list_title is not repeated for the 3rd block Real sample pages: http://screen/6UaoBtwWsLfbSKg http://screen/BDHRgDonKG3KcXu, http://screen/53tLwNaX8mmYzDz
title
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityShoppingShoppingAttachmentPBlock{ fullTitle: String.t() | nil, imageDocid: [String.t()] | nil, imageInfo: [ GoogleApi.ContentWarehouse.V1.Model.QualityShoppingShoppingAttachmentPBlockImageInfo.t() ] | nil, isFreeDelivery: boolean() | nil, isFreeReturn: boolean() | nil, listTitle: String.t() | nil, maxPriceValue: number() | nil, minPriceValue: number() | nil, price: String.t() | nil, priceCurrency: String.t() | nil, priceValue: number() | nil, title: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()