This field specifies the tile information including an attribute key, attribute value. More fields will be added in the future, eg: product id or product counts, etc.
| JSON representation |
|---|
{ "representativeProductId": string, // Union field |
| Fields | |
|---|---|
representativeProductId |
The representative product id for this tile. |
Union field product_attribute. The attribute key and value for the tile. product_attribute can be only one of the following: |
|
productAttributeValue |
The product attribute key-value. |
productAttributeInterval |
The product attribute key-numeric interval. |
ProductAttributeInterval
Product attribute name and numeric interval.
| JSON representation |
|---|
{
"name": string,
"interval": {
object ( |
| Fields | |
|---|---|
name |
The attribute name (e.g. "length") |
interval |
The numeric interval (e.g. [10, 20)) |