Class GoogleCloudRetailV2alphaTile
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.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaTile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductAttributeInterval
The product attribute key-numeric interval.
Declaration
[JsonProperty("productAttributeInterval")]
public virtual GoogleCloudRetailV2alphaProductAttributeInterval ProductAttributeInterval { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2alphaProductAttributeInterval |
ProductAttributeValue
The product attribute key-value.
Declaration
[JsonProperty("productAttributeValue")]
public virtual GoogleCloudRetailV2alphaProductAttributeValue ProductAttributeValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2alphaProductAttributeValue |
RepresentativeProductId
The representative product id for this tile.
Declaration
[JsonProperty("representativeProductId")]
public virtual string RepresentativeProductId { get; set; }
Property Value
Type | Description |
---|---|
string |